1
0

Resolved pep8 extra spacing issue

This commit is contained in:
sohamg
2019-06-10 18:28:20 +05:30
parent b56a224e22
commit 0afcbc65cb

2
synctl
View File

@@ -69,7 +69,7 @@ def abort(message, colour=RED, stream=sys.stderr):
sys.exit(1)
def start(configfile, daemonize = True):
def start(configfile, daemonize=True):
write("Starting ...")
args = SYNAPSE