mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 07:26:52 +00:00
Accidentally reversed pep8 fixed before, fixed now
This commit is contained in:
parent
12f49b22ec
commit
ca7abb129c
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…
Add table
Reference in a new issue