From 4b0313cf00c2fe3c4a968a8f9897ef5dc9fab88c Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 9 Sep 2021 10:25:13 +0200 Subject: [geldschieberbot] doc strings must be beneath the thing they describe --- geldschieberbot.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/geldschieberbot.py b/geldschieberbot.py index 5f13b6f..2cd850c 100644 --- a/geldschieberbot.py +++ b/geldschieberbot.py @@ -58,12 +58,15 @@ group_id = os.environ["GSB_GROUP_ID"] send_cmd = os.environ["GSB_SEND_CMD"] group_send_cmd = send_cmd + group_id -"""Run without changing the stored state""" + dry_run = False -"""Run without sending messages""" +"""Run without changing the stored state""" + quiet = False -"""Should changes be recorded""" +"""Run without sending messages""" + record_changes = True +"""Should changes be recorded""" def record(recipient, donor, amount): -- cgit v1.2.3