From 48f94ad8ad9524357d24ad3073f39cc69468beb3 Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Sat, 14 Dec 2024 17:41:08 +1100 Subject: [PATCH] Removed debug print statements and added a note about token expiry --- src/gotosocial/register.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gotosocial/register.py b/src/gotosocial/register.py index 4b802ed..77a9fac 100644 --- a/src/gotosocial/register.py +++ b/src/gotosocial/register.py @@ -47,7 +47,6 @@ class Application: except Exception as e: print("Something went wrong:") print(e) - print(data) return False def get_auth_token(self, token): @@ -82,7 +81,7 @@ class Application: except Exception as e: print("Something went wrong:") print(e) - print(data) + print("Note that this may be because your OOB token has expired") return False def unique_at_file(self):