diff options
Diffstat (limited to 'voerbak/test.py')
-rw-r--r-- | voerbak/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voerbak/test.py b/voerbak/test.py index 430c24b..6481817 100644 --- a/voerbak/test.py +++ b/voerbak/test.py @@ -5,7 +5,7 @@ h = 6 column = 3 process = subprocess.Popen( - ["./voerbak"], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None + ["./voerbak"], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None ) process.stdin.write(bytearray(f"{w} {h}\n", "utf-8")) |