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

Remove chdir

This commit is contained in:
Erik Johnston 2016-01-28 09:19:55 +00:00
parent 5610880003
commit a6477d5933

View file

@ -719,7 +719,6 @@ def run(hs):
auto_close_fds=False,
verbose=True,
logger=logger,
chdir=os.path.dirname(os.path.abspath(__file__)),
)
daemon.start()