in_thread takes no arguments

function_tracer
Erik Johnston 2015-03-10 10:19:03 +00:00
parent 98b867f7b7
commit 045afd6b61
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ def run(hs):
daemon.start()
else:
in_thread(hs.config)
in_thread()
def main():