From b2163172c66c8b48ded2249020347d4e0f333e5c Mon Sep 17 00:00:00 2001 From: vyvir <135277623+vyvir@users.noreply.github.com> Date: Wed, 22 Jan 2025 06:13:58 +0200 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d349888..cd28618 100644 --- a/main.py +++ b/main.py @@ -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()