Remove chdir

pull/537/head
Erik Johnston 2016-01-28 09:19:55 +00:00
parent 5610880003
commit a6477d5933
1 changed files with 0 additions and 1 deletions

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()