typo
This commit is contained in:
parent
518bb9a361
commit
346bff0514
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class Node(Thread):
|
||||||
changes = self.request('pullChanges', from_revision)
|
changes = self.request('pullChanges', from_revision)
|
||||||
except:
|
except:
|
||||||
self.online = False
|
self.online = False
|
||||||
logger.debug('%s went offline', u.name, ext_info=True)
|
logger.debug('%s went offline', u.name, exc_info=True)
|
||||||
return False
|
return False
|
||||||
if not changes:
|
if not changes:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in a new issue