Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit e729878

Browse files
authored
runwithretries need 3 args
1 parent 9629214 commit e729878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ def getWMStats(url):
15351535
return json.loads(r2.read())['result'][0]
15361536

15371537
def get_dashbssb(path_name, ssb_metric):
1538-
return runWithRetries(_get_dashbssb, [path_name, ssb_metric], {})
1538+
return runWithRetries(_get_dashbssb, [path_name, ssb_metric],{})
15391539

15401540
def _get_dashbssb(path_name, ssb_metric):
15411541
with open('Unified/monit_secret.json') as monit:

0 commit comments

Comments
 (0)