Skip to content

Commit

Permalink
summary: nits
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schmoock committed Jun 24, 2021
1 parent 2afe310 commit 5475f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion summary/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def run(self):
rpcpeers = plugin.rpc.listpeers()
trace_availability(plugin, rpcpeers)
plugin.persist.sync()
plugin.log("[PeerThread] Peerstate availability persisted and synced. Sleeping now..." , 'debug')
plugin.log("[PeerThread] Peerstate availability persisted and "
"synced. Sleeping now...", 'debug')
time.sleep(plugin.avail_interval)
except Exception as ex:
plugin.log("[PeerThread] " + str(ex), 'warn')
Expand Down
1 change: 0 additions & 1 deletion summary/test_summary.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import subprocess
import unittest
import time
import re
import os

Expand Down

0 comments on commit 5475f25

Please sign in to comment.