Browse Source

typo

https
jakobsn 5 years ago
parent
commit
9388eda466
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/app/models/user.py

+ 0
- 1
src/app/models/user.py View File

@@ -69,7 +69,6 @@ def get_user_name_by_id(userid):
finally:
cursor.close()
db.close()
cursor.close()
return username

def match_user(username, password):


Loading…
Cancel
Save