DylanWolf commited on
Commit
23bd7cd
·
1 Parent(s): 31d7294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ os.system("pip install -r requirements.txt")
9
  with open("input.txt", "w") as f:
10
  f.write("D\n")
11
 
12
- os.system("./start_linux.sh")
 
9
  with open("input.txt", "w") as f:
10
  f.write("D\n")
11
 
12
+ os.system("./start_linux.sh < input.txt")