Explorar o código

Actually start the pusher daemon

Mark Haines %!s(int64=8) %!d(string=hai) anos
pai
achega
71df327190
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      synapse/app/pusher.py

+ 2 - 0
synapse/app/pusher.py

@@ -309,5 +309,7 @@ if __name__ == '__main__':
                 verbose=True,
                 logger=logger,
             )
+
+            daemon.start()
         else:
             reactor.run()