From 7d8f44cff2b53833a5c973c2ef36b8a34db2bd8d Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 31 Oct 2024 19:27:26 +0100 Subject: support dbus loop frontend for geldschieberbot --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.py') diff --git a/test.py b/test.py index cd5b9bb..8edb7f7 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", "./single_shot.py", "--no-quote"], + ["python3", "./main.py", "--no-quote"], text=True, capture_output=True, check=False, -- cgit v1.2.3