bad usage
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ def run():
|
|||||||
last_switch = time()
|
last_switch = time()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
now = time.time()
|
now = time()
|
||||||
|
|
||||||
if now - last_fetch > 30:
|
if now - last_fetch > 30:
|
||||||
new_games = get_all_scores()
|
new_games = get_all_scores()
|
||||||
|
|||||||
Reference in New Issue
Block a user