aboutsummaryrefslogtreecommitdiff
path: root/geldschieberbot.py
diff options
context:
space:
mode:
Diffstat (limited to 'geldschieberbot.py')
-rw-r--r--geldschieberbot.py9
1 files 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):