Remove debug data

This commit is contained in:
Miguel Jacq 2017-05-31 19:44:53 +10:00
parent 69fc0e522a
commit 802b90f19f

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 = {}