You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The time displayed in attendance table is when the attendance row is created.
Make that time dynamic and unique for each student entries for attendance
The text was updated successfully, but these errors were encountered:
attendance-system) C:\python apps\attendance-system-master\backend>python run.py
Traceback (most recent call last):
File "run.py", line 1, in
from src.app import app
File "C:\python apps\attendance-system-master\backend\src\app.py", line 9, in
from src.resources.dashboard import Dashboard
File "C:\python apps\attendance-system-master\backend\src\resources\dashboard.py", line 2, in
from flask_jwt_extended import jwt_optional, get_jwt_identity
ImportError: cannot import name 'jwt_optional' from 'flask_jwt_extended' (C:\Users\Hp.conda\envs\attendance-system\lib\site-packages\flask_jwt_extended_init_.py)
The time displayed in attendance table is when the attendance row is created.
Make that time dynamic and unique for each student entries for attendance
The text was updated successfully, but these errors were encountered: