limit log file line count
This commit is contained in:
parent
bd5b6a1802
commit
ae435bd5f9
5 changed files with 16 additions and 265 deletions
|
@ -46,7 +46,7 @@ class OnionrCommunicatorTimers:
|
|||
if self.requiresPeer and len(self.daemonInstance.onlinePeers) == 0:
|
||||
raise onionrexceptions.OnlinePeerNeeded
|
||||
except onionrexceptions.OnlinePeerNeeded:
|
||||
pass
|
||||
return
|
||||
else:
|
||||
if self.makeThread:
|
||||
for i in range(self.threadAmount):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue