in_thread takes no arguments

pull/4/merge
Erik Johnston 10 years ago
parent 98b867f7b7
commit 045afd6b61
  1. 2
      synapse/app/homeserver.py

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

Loading…
Cancel
Save