Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|