aboutsummaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2024-10-31 19:27:26 +0100
committerFlorian Fischer <florian.fischer@muhq.space>2025-11-06 10:35:13 +0100
commit7d8f44cff2b53833a5c973c2ef36b8a34db2bd8d (patch)
tree0b4824553b990e467c11a5e5922b31c6636e68a1 /test.py
parent8983a77010ee97f3f402098175afafdad5fee5e5 (diff)
downloadgeldschieberbot-7d8f44cff2b53833a5c973c2ef36b8a34db2bd8d.tar.gz
geldschieberbot-7d8f44cff2b53833a5c973c2ef36b8a34db2bd8d.zip
support dbus loop frontend for geldschieberbot
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py2
1 files changed, 1 insertions, 1 deletions
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,