From 78f2adcc2157da4527c61a2c67c42487deb00543 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 12 Aug 2023 14:59:29 +0200 Subject: test: fix call to run the bot in single shot mode --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 59d3d96..f392a4d 100755 --- a/test.py +++ b/test.py @@ -77,7 +77,7 @@ def _run_bot(sender, cmd): msg = msg_template.substitute(sender=sender, msg=cmd).replace("\n", "\\n") + "\n" res = subprocess.run( - ["python3", "./geldschieberbot.py", "--no-quote"], + ["python3", "./single_shot.py", "--no-quote"], text=True, capture_output=True, check=False, -- cgit v1.2.3