We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ac834 commit 63e135bCopy full SHA for 63e135b
p2pool/__init__.py
@@ -46,4 +46,4 @@ def _get_version():
46
47
__version__ = _get_version()
48
49
-DEBUG = False
+DEBUG = True
p2pool/main.py
@@ -433,6 +433,8 @@ def run():
433
if args.debug:
434
p2pool.DEBUG = True
435
defer.setDebugging(True)
436
+ else:
437
+ p2pool.DEBUG = False
438
439
net_name = args.net_name + ('_testnet' if args.testnet else '')
440
net = networks.nets[net_name]
0 commit comments