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

Commit 519a985

Browse files
committed
reduce number of trials to get wmstats to 1
1 parent b10ee28 commit 519a985

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
@@ -6806,7 +6806,7 @@ def getDashboard(self, since=1, cache=0, **args):
68066806
return self.dashb
68076807

68086808
def getWMStats(self ,cache=0):
6809-
trials = 10
6809+
trials = 1
68106810
while trials>0:
68116811
try:
68126812
return self._getWMStats(cache=cache)

0 commit comments

Comments
 (0)