mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +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)
|
InvalidTorrentError)
|
||||||
|
|
||||||
# Start up the core
|
# Start up the core
|
||||||
assert(len(version) == 5)
|
assert(len(version) == 4)
|
||||||
deluge_core.init(client_ID,
|
deluge_core.init(client_ID,
|
||||||
int(version[0]),
|
int(version[0]),
|
||||||
int(version[1]),
|
int(version[1]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue