Reformat with black.

This commit is contained in:
tecnovert
2024-11-15 18:52:19 +02:00
parent 6be9a14335
commit 732c87b013
66 changed files with 16755 additions and 9343 deletions

View File

@@ -125,7 +125,7 @@ def checkForks(ro):
assert ro["softforks"]["csv"]["active"]
assert ro["softforks"]["segwit"]["active"]
except Exception as e:
logging.warning("Could not parse deployment info")
logging.warning(f"Could not parse deployment info: {e}")
def stopDaemons(daemons):