mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 16:54:47 -04:00
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…
Add table
Add a link
Reference in a new issue