]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Do not refresh the key each run
authorMicah Lee <micah@micahflee.com>
Mon, 21 Jun 2021 03:12:40 +0000 (20:12 -0700)
committerMicah Lee <micah@micahflee.com>
Mon, 21 Jun 2021 03:12:40 +0000 (20:12 -0700)
torbrowser_launcher/launcher.py

index 4f2ae8aa5331c9fc4ac27df0723e332e2a3fc63a..55e5263b8516800293eea74e5b7f62cf09b7300d 100644 (file)
@@ -66,7 +66,6 @@ class Launcher(QtWidgets.QMainWindow):
     def __init__(self, common, app, url_list):
         super(Launcher, self).__init__()
         self.common = common
-        self.common.refresh_keyring()
         self.app = app
 
         self.url_list = url_list