mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
This commit is contained in:
parent
2953c7606d
commit
09c430f05a
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class Manager:
|
|||
InvalidTorrentError)
|
||||
|
||||
# Start up the core
|
||||
assert(len(version) == 5)
|
||||
assert(len(version) == 4)
|
||||
deluge_core.init(client_ID,
|
||||
int(version[0]),
|
||||
int(version[1]),
|
||||
|
|
Loading…
Add table
Reference in a new issue