ejschwartz commited on
Commit
dc18db9
·
1 Parent(s): 57b6978
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -21,7 +21,7 @@ def run_psychec(c_code: str):
21
 
22
  try:
23
  result = subprocess.run(
24
- ["python3", "/workspace/psychec/reconstruct.py", str(input_file)],
25
  capture_output=True,
26
  text=True,
27
  timeout=30,
 
21
 
22
  try:
23
  result = subprocess.run(
24
+ ["python2", "/workspace/psychec/reconstruct.py", str(input_file)],
25
  capture_output=True,
26
  text=True,
27
  timeout=30,