Resolved pep8 extra spacing issue

This commit is contained in:
sohamg 2019-06-10 18:28:20 +05:30
parent b56a224e22
commit 0afcbc65cb
No known key found for this signature in database
GPG key ID: C20A676A5874AE0E

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