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 57a0543 commit a218722
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions codeGrader/scripts/cgAdminFrontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"""

import sys
from codeGrader.frontend.admin import admin_frontend
import os


Expand All @@ -32,7 +31,7 @@ def main():
@return:
"""
os.chdir("/usr/local/lib/python3.11/dist-packages/codeGrader/frontend/admin")
admin_frontend()
os.system("python3 app.py")


if __name__ == '__main__':
Expand Down

0 comments on commit a218722

Please sign in to comment.