forked from MirrorHub/synapse
Resolved pep8 extra spacing issue
This commit is contained in:
parent
b56a224e22
commit
0afcbc65cb
1 changed files with 1 additions and 1 deletions
2
synctl
2
synctl
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue