mirror of
https://github.com/vyvir/althea.git
synced 2026-06-05 14:59:30 -05:00
Update main.py
This commit is contained in:
@@ -253,7 +253,7 @@ def use_saved_credentials():
|
||||
global password
|
||||
apple_id = keyring.get_password("althea", "apple_id")
|
||||
password = keyring.get_password("althea", "password")
|
||||
print(apple_id, password)
|
||||
#print(apple_id, password)
|
||||
global savedcheck
|
||||
savedcheck = True
|
||||
Login().on_click_me_clicked1()
|
||||
|
||||
Reference in New Issue
Block a user