Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Jun 11, 2024
1 parent 585b2ad commit 9d25f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/gnss_rproxy_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from flask_login import LoginManager, login_user, logout_user, login_required, current_user, UserMixin
from wtforms.validators import ValidationError, DataRequired, EqualTo
import urllib
#import gunicorn.app.base
import gunicorn.app.base

from werkzeug.security import generate_password_hash
from werkzeug.security import check_password_hash
Expand Down

0 comments on commit 9d25f8f

Please sign in to comment.