From b1f374363390777efa7e4b6d8a79940f1a716d1a Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 25 Jul 2022 20:29:19 +0200 Subject: add option to quote cmd messages --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.py') diff --git a/test.py b/test.py index d2d1743..4df0128 100755 --- a/test.py +++ b/test.py @@ -57,7 +57,7 @@ def _run_bot(sender, cmd): msg = msg_template.substitute(sender=sender, msg=cmd).replace("\n", "\\n") + "\n" res = subprocess.run( - ["python3", "./geldschieberbot.py"], + ["python3", "./geldschieberbot.py", "--no-quote"], text=True, capture_output=True, check=False, -- cgit v1.2.3