removed apparently unnecessary loop
This commit is contained in:
parent
2012096673
commit
1f8eee4119
|
@ -2941,6 +2941,7 @@ try:
|
|||
import gevent
|
||||
except ImportError as ex:
|
||||
print "cannot find gevent"
|
||||
gevent = None
|
||||
else:
|
||||
def mainloop(app):
|
||||
while True:
|
||||
|
|
Loading…
Reference in New Issue
Block a user