mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Daemonize receiver thread.
This commit is contained in:
parent
d690e44194
commit
b3d15c7117
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue