mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-19 16:48:43 +00:00
Fix loading torrents from state when fastresume file is missing
This commit is contained in:
parent
b48c487acb
commit
14a6efef2b
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class TorrentManager(component.Component):
|
|||
|
||||
def get_resume_data_from_file(self, torrent_id):
|
||||
"""Returns an entry with the resume data or None"""
|
||||
fastresume = None
|
||||
fastresume = ""
|
||||
try:
|
||||
_file = open(
|
||||
os.path.join(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue