Update u2.py
This commit is contained in:
parent
f5ee7bf979
commit
64769155e9
|
@ -66,7 +66,6 @@ for td, table in itertools.izip(td_list, table_list):
|
||||||
torrents.append(json.JSONDecoder().decode(u2torrent.json()))
|
torrents.append(json.JSONDecoder().decode(u2torrent.json()))
|
||||||
count += 1
|
count += 1
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
break
|
|
||||||
|
|
||||||
torrents_dict["count"] = count
|
torrents_dict["count"] = count
|
||||||
torrents_dict["torrents"] = torrents
|
torrents_dict["torrents"] = torrents
|
||||||
|
|
Loading…
Reference in New Issue