merged torrent_info constructor fix (python bindings) from RC_1_0
This commit is contained in:
@@ -156,7 +156,8 @@ params = { save_path: '.', \
|
||||
ti: info }
|
||||
h = ses.add_torrent(params)
|
||||
|
||||
while (not h.is_seed()):
|
||||
s = h.status()
|
||||
while (not s.is_seeding):
|
||||
s = h.status()
|
||||
|
||||
state_str = ['queued', 'checking', 'downloading metadata', \
|
||||
|
Reference in New Issue
Block a user