Remove debug data

This commit is contained in:
Miguel Jacq 2017-05-31 19:44:53 +10:00
parent 3b359aec62
commit 7e2d4d7888
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -128,5 +128,5 @@ class Downloads(QtWidgets.QWidget):
"""
for download in self.downloads.values():
self.layout.removeWidget(download.progress_bar)
download.progress_bar.close() # = None
download.progress_bar.close()
self.downloads = {}