mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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:
|
||||
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 = {}
|
||||
|
||||
# Prepare queue (queue is pickled, just like everything else)
|
||||
|
|
Loading…
Add table
Reference in a new issue