From 2f9f0fb3f67b25d264af1d9a16171ed1ab15f188 Mon Sep 17 00:00:00 2001
From: M33 <327-m33@git.qoto.org>
Date: Tue, 15 Nov 2022 17:28:38 +0000
Subject: [PATCH] Update tootbot.py

---
 tootbot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tootbot.py b/tootbot.py
index feefc7a..7856849 100755
--- a/tootbot.py
+++ b/tootbot.py
@@ -14,7 +14,7 @@ auth_session = auth_file+'.session'
 mastodon_api = None
 
 # Set to 1 to get some messages, 0 for error messages only
-debug=0
+debug=1
 
 # Posting delay (s), wait between mastodon posts, reduces the "burst" effect on timeline, and instance workload if you hit rate limiters
 posting_delay=3
-- 
GitLab