limit log file line count

This commit is contained in:
Kevin Froman 2019-08-06 21:50:15 -05:00
parent bd5b6a1802
commit ae435bd5f9
5 changed files with 16 additions and 265 deletions

View file

@ -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):