diff options
Diffstat (limited to 'test.py')
| -rwxr-xr-x | test.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ def run_bot(test, sender, cmd): ["python3", "./geldschieberbot.py"], text=True, capture_output=True, + check=True, # res = subprocess.run(["python3", "./bot.py"], text=True, capture_output=True, input=msg) |
