Pass the correct args to UpdateChecker

This commit is contained in:
Micah Lee 2019-12-08 09:52:29 -08:00
parent 9ce2c5cedf
commit 19e378dff4
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -254,9 +254,7 @@ class MainWindow(QtWidgets.QMainWindow):
),
)
self.update_thread = UpdateThread(
self.common, self.common.gui.onion, self.common.gui.config
)
self.update_thread = UpdateThread(self.common, self.common.gui.onion)
self.update_thread.update_available.connect(update_available)
self.update_thread.start()