Exception fix
This commit is contained in:
parent
823691c3de
commit
9190788fcf
@ -194,6 +194,8 @@ class SyncFactory(Factory):
|
|||||||
if(time.time() - watcher.lastUpdate > 4.1):
|
if(time.time() - watcher.lastUpdate > 4.1):
|
||||||
watcher.watcherProtocol.drop()
|
watcher.watcherProtocol.drop()
|
||||||
self.removeWatcher(watcher.watcherProtocol)
|
self.removeWatcher(watcher.watcherProtocol)
|
||||||
|
self._checkUsers() #restart
|
||||||
|
return #end loop
|
||||||
|
|
||||||
|
|
||||||
class Watcher(object):
|
class Watcher(object):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user