0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 18:59:04 +02:00

Accidentally reversed pep8 fixed before, fixed now

This commit is contained in:
sohamg 2019-06-10 19:09:14 +05:30
parent 12f49b22ec
commit ca7abb129c
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