From a0bb72357404be970ffe38d4179edd1cac2a887b Mon Sep 17 00:00:00 2001
From: M33 <327-m33@git.qoto.org>
Date: Wed, 29 Dec 2021 15:20:10 +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 e4442b3..825ae78 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=15
+max_tweets=5
 
 # Program logic below this line
 
-- 
GitLab