Hugo Garcia-Cotte commited on
Commit
cdd7ede
1 Parent(s): 418b498

Add first version of the game file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def terminate(process):
27
  process.wait(timeout=0.2)
28
 
29
 
30
- process = start("./dummy.py")
31
  write(process, "hello dummy")
32
  st.write(read(process))
33
  terminate(process)
 
27
  process.wait(timeout=0.2)
28
 
29
 
30
+ process = start("danse_macabre.py")
31
  write(process, "hello dummy")
32
  st.write(read(process))
33
  terminate(process)