mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix shutting deluged down when using Python 2.6
This commit is contained in:
parent
42c6af12e0
commit
fad83d56e8
1 changed files with 3 additions and 0 deletions
|
@ -322,6 +322,9 @@ class Core(
|
|||
except Exception, e:
|
||||
log.debug("handle_thread: %s", e)
|
||||
|
||||
def shutdown(self):
|
||||
pass
|
||||
|
||||
def _shutdown(self, *data):
|
||||
"""This is called by a thread from shutdown()"""
|
||||
log.info("Shutting down core..")
|
||||
|
|
Loading…
Add table
Reference in a new issue