mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 12:51:32 +00:00
Rename database
This commit is contained in:
parent
564369dd90
commit
acaf8899cc
@ -2,7 +2,7 @@ import sqlite3
|
|||||||
|
|
||||||
|
|
||||||
def get_db():
|
def get_db():
|
||||||
return sqlite3.connect('tutorialpoc.db')
|
return sqlite3.connect('users.db')
|
||||||
|
|
||||||
|
|
||||||
def authorize_login(email, password):
|
def authorize_login(email, password):
|
||||||
|
Loading…
Reference in New Issue
Block a user