Skip to content

Commit

Permalink
trying to fix import errors for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ooemperor committed Feb 18, 2024
1 parent b809804 commit b035a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeGrader/frontend/admin/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from gevent.pywsgi import WSGIServer
import datetime

app = Flask(config.adminAppName, template_folder=templates.__path__[0])
app = Flask(config.adminAppName, template_folder='./templates')

# configuration of the login_manager and attaching it to the app
app.secret_key = config.adminSecretKey
Expand Down

0 comments on commit b035a38

Please sign in to comment.