mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
Tweaks to wording in a comment from prev commit.
This commit is contained in:
parent
6207033b36
commit
912eb0e14c
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class torrent_info:
|
||||||
|
|
||||||
class persistent_state:
|
class persistent_state:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Torrents is a torrent_info instance -> unique_ID dict
|
# Torrents is a dict with instance of torrent_info -> unique_ID
|
||||||
self.torrents = {}
|
self.torrents = {}
|
||||||
|
|
||||||
# Prepare queue (queue is pickled, just like everything else)
|
# Prepare queue (queue is pickled, just like everything else)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue