diff options
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, |
