From 9bde57f77620259b06c512df4aecd0c70890cf67 Mon Sep 17 00:00:00 2001
From: M33 <327-m33@git.qoto.org>
Date: Tue, 15 Nov 2022 10:39:54 +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 825ae78..feefc7a 100755
--- a/tootbot.py
+++ b/tootbot.py
@@ -20,7 +20,7 @@ debug=0
 posting_delay=3
 
 # Post only this much tweets per cycle
-max_tweets=5
+max_tweets=1
 
 # Program logic below this line
 
-- 
GitLab