From eac3194faabdc28a9096a8a1635cf6fcaa29120b Mon Sep 17 00:00:00 2001 From: M33 <327-m33@git.qoto.org> Date: Tue, 15 Nov 2022 18:33:50 +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 0fc56c1..7856849 100755 --- a/tootbot.py +++ b/tootbot.py @@ -20,7 +20,7 @@ debug=1 posting_delay=3 # Post only this much tweets per cycle -max_tweets=2 +max_tweets=1 # Program logic below this line -- GitLab