diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2024-10-31 19:27:26 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-11-06 10:35:13 +0100 |
| commit | 7d8f44cff2b53833a5c973c2ef36b8a34db2bd8d (patch) | |
| tree | 0b4824553b990e467c11a5e5922b31c6636e68a1 /test.py | |
| parent | 8983a77010ee97f3f402098175afafdad5fee5e5 (diff) | |
| download | geldschieberbot-7d8f44cff2b53833a5c973c2ef36b8a34db2bd8d.tar.gz geldschieberbot-7d8f44cff2b53833a5c973c2ef36b8a34db2bd8d.zip | |
support dbus loop frontend for geldschieberbot
Diffstat (limited to 'test.py')
| -rwxr-xr-x | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
