mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 02:15:48 +02:00
removed unused gui parameter from Keyring.import_accounts method
This commit is contained in:
@@ -96,7 +96,7 @@ class Keyring:
|
||||
return ''
|
||||
|
||||
|
||||
def import_accounts(self, gui): # get email accounts from Gnome-Keyring
|
||||
def import_accounts(self): # get email accounts from Gnome-Keyring
|
||||
accounts = []
|
||||
if gnomekeyring.list_item_ids_sync(self.defaultKeyring):
|
||||
displayNameDict = {}
|
||||
|
||||
Reference in New Issue
Block a user