Apply Python 3 futurize transform lib2to3.fixes.fix_idioms

Refer to #256
This commit is contained in:
Eklavya Sharma 2016-03-10 19:22:28 +05:30 committed by Tim Abbott
parent d8b2b5a0d8
commit 26eeb9549e
2 changed files with 2 additions and 2 deletions

View file

@ -277,7 +277,7 @@ def run_mirror():
try:
sleepInterval = 1
while 1:
while True:
events = make_api_call("activity")[::-1]
if events is not None:
sleepInterval = 1