progress removing onionr.py
This commit is contained in:
parent
0690e9ca0e
commit
cbe10f914a
6 changed files with 11 additions and 10 deletions
|
@ -144,7 +144,7 @@ class OnionrCommunicatorDaemon:
|
|||
if config.get('general.security_level', 1) == 0 and config.get('general.announce_node', True):
|
||||
# Default to high security level incase config breaks
|
||||
announceTimer = OnionrCommunicatorTimers(self, announcenode.announce_node, 3600, myArgs=[self], requiresPeer=True, maxThreads=1)
|
||||
announceTimer.count = (announceTimer.frequency - 60)
|
||||
announceTimer.count = (announceTimer.frequency - 120)
|
||||
else:
|
||||
logger.debug('Will not announce node.')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue