Skip to content

Commit

Permalink
updating the run script for the user frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ooemperor committed Feb 18, 2024
1 parent 0f4adde commit b7f256c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeGrader/scripts/cgUserFrontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main():
@return:
"""
os.chdir("/usr/local/lib/python3.11/dist-packages/codeGrader/frontend/user")
p1 = subprocess.run("nohup python3 app.py &", shell=True, text=True, capture_output=True)
os.system("python3 app.py)


if __name__ == '__main__':
Expand Down

0 comments on commit b7f256c

Please sign in to comment.