mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-26 04:35:24 -04:00
in_thread takes no arguments
This commit is contained in:
parent
98b867f7b7
commit
045afd6b61
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ def run(hs):
|
||||||
|
|
||||||
daemon.start()
|
daemon.start()
|
||||||
else:
|
else:
|
||||||
in_thread(hs.config)
|
in_thread()
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue