mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
Forgot to change calc_data in gethttp function.
This commit is contained in:
parent
f4d14b7f18
commit
a67d371d7d
@ -62,7 +62,7 @@ class Common(object):
|
||||
break
|
||||
|
||||
file_d.write(chunk)
|
||||
calc_data(bytes_so_far, total_size)
|
||||
self.calc_data(bytes_so_far, total_size)
|
||||
|
||||
file_d.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user