mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 20:14:13 +00:00
Daemonize receiver thread.
This commit is contained in:
parent
d690e44194
commit
b3d15c7117
@ -180,6 +180,7 @@ class Core(
|
||||
self._on_alert_torrent_paused)
|
||||
|
||||
t = threading.Thread(target=self.serve_forever)
|
||||
t.setDaemon(True)
|
||||
t.start()
|
||||
gobject.threads_init()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user