diff options
Diffstat (limited to 'module/common/APIExerciser.py')
-rw-r--r-- | module/common/APIExerciser.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/common/APIExerciser.py b/module/common/APIExerciser.py index 96f5ce9cf..34b1529b5 100644 --- a/module/common/APIExerciser.py +++ b/module/common/APIExerciser.py @@ -23,7 +23,7 @@ def createURLs(): return urls -AVOID = (0,3,8) +AVOID = (0, 3, 8) idPool = 0 sumCalled = 0 @@ -154,4 +154,4 @@ class APIExerciser(Thread): self.api.getAccounts(False) def getCaptchaTask(self): - self.api.getCaptchaTask(False)
\ No newline at end of file + self.api.getCaptchaTask(False) |