mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 07:22:55 +00:00 
			
		
		
		
	Rename database
This commit is contained in:
		@@ -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):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user