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):