We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b15c3 commit 4000048Copy full SHA for 4000048
vk_api/upload.py
@@ -497,4 +497,4 @@ def close_files(self):
497
for f in self.opened_files:
498
f.close()
499
500
- self.opened_files.clear()
+ self.opened_files = []
0 commit comments