mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Apply Python 3 futurize transform lib2to3.fixes.fix_idioms
Refer to #256
This commit is contained in:
committed by
Tim Abbott
parent
ab7287474e
commit
4fb549abe8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user