mirror of
https://github.com/ap-pauloafonso/ratio-spoof.git
synced 2026-04-20 16:12:18 +00:00
test commit credentials
This commit is contained in:
parent
506b0ced5f
commit
38c90f571b
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ def read_file(f, args_downalod, args_upload):
|
|||
current_uploaded = find_approx_current(total_size,piece_size,args_upload[0])
|
||||
delay_announce =1800
|
||||
print(total_size)
|
||||
print(t_infohash_urlencoded(result, raw_data))
|
||||
while True:
|
||||
if(current_downloaded < total_size):
|
||||
current_downloaded = next_announce_total_b(args_downalod[1],current_downloaded, piece_size, delay_announce, total_size)
|
||||
|
|
|
|||
Loading…
Reference in a new issue