asynchronousai commited on
Commit
46f2661
·
verified ·
1 Parent(s): 8e8f958

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def compile(cs):
26
  # Run command
27
  try:
28
  result = subprocess.run(
29
- ['dotnet', 'run']
30
  capture_output=True,
31
  text=True,
32
  check=True
 
26
  # Run command
27
  try:
28
  result = subprocess.run(
29
+ ['dotnet', 'run'],
30
  capture_output=True,
31
  text=True,
32
  check=True