From efa0d7aaf6d7fcd499fe66134813dcdd2e938e11 Mon Sep 17 00:00:00 2001 From: cquest Date: Fri, 24 Jan 2025 14:53:28 +0100 Subject: [PATCH] using log() --- tootbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tootbot.py b/tootbot.py index 447fdca..405717a 100755 --- a/tootbot.py +++ b/tootbot.py @@ -145,7 +145,7 @@ except: to_file=mastodon+".secret" ) except: - print("ERROR: First Login Failed!") + log("ERROR: First Login Failed!") sys.exit(1)