1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

Forgot to change calc_data in gethttp function.

This commit is contained in:
Johan Andersson 2011-09-17 11:59:12 +02:00
parent f4d14b7f18
commit a67d371d7d

View File

@ -62,7 +62,7 @@ class Common(object):
break break
file_d.write(chunk) file_d.write(chunk)
calc_data(bytes_so_far, total_size) self.calc_data(bytes_so_far, total_size)
file_d.close() file_d.close()