progress removing onionr.py

This commit is contained in:
Kevin Froman 2019-08-05 00:25:27 -05:00
parent 0690e9ca0e
commit cbe10f914a
6 changed files with 11 additions and 10 deletions

View file

@ -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.')