mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 13:55:12 +00:00
Rename database
This commit is contained in:
@ -2,7 +2,7 @@ import sqlite3
|
||||
|
||||
|
||||
def get_db():
|
||||
return sqlite3.connect('tutorialpoc.db')
|
||||
return sqlite3.connect('users.db')
|
||||
|
||||
|
||||
def authorize_login(email, password):
|
||||
|
Reference in New Issue
Block a user