summary: nits

This commit is contained in:
Michael Schmoock
2021-06-24 13:18:14 +02:00
parent 2afe310a6e
commit 5475f256ed
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,8 @@ class PeerThread(threading.Thread):
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')