Do not refresh the key each run

This commit is contained in:
Micah Lee 2021-06-20 20:12:40 -07:00
parent 83fa1d38c4
commit 224baddcb8
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View 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