remove print

This commit is contained in:
msramalho
2022-06-21 01:17:47 +02:00
parent c74dc280d8
commit e1e3648852

View File

@@ -329,6 +329,5 @@ class VkScraper:
vout.write(vin.read())
os.remove(filename)
filename = new_filename
print(filename)
downloaded.append(filename)
return downloaded