mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Pass the correct args to UpdateChecker
This commit is contained in:
parent
9ce2c5cedf
commit
19e378dff4
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue