Exception fix

This commit is contained in:
Uriziel 2012-10-19 15:27:47 +02:00
parent 823691c3de
commit 9190788fcf

View File

@ -194,6 +194,8 @@ class SyncFactory(Factory):
if(time.time() - watcher.lastUpdate > 4.1):
watcher.watcherProtocol.drop()
self.removeWatcher(watcher.watcherProtocol)
self._checkUsers() #restart
return #end loop
class Watcher(object):