asynchronousai commited on
Commit
b48a05e
·
verified ·
1 Parent(s): b4fc378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def compile(cs):
119
  # Run command
120
  try:
121
  result = subprocess.run(
122
- ['./dotnet/dotnet', 'run', '--project roblox-cs-master/RobloxCS.CLI/RobloxCS.CLI.csproj'],
123
  capture_output=True,
124
  text=True,
125
  check=True
 
119
  # Run command
120
  try:
121
  result = subprocess.run(
122
+ ['./dotnet/dotnet', 'run', '--project roblox-cs-master/RobloxCS/RobloxCS.csproj'],
123
  capture_output=True,
124
  text=True,
125
  check=True