mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-07-06 08:16:23 +00:00
Refactor webservice db stuff to use a single sessionmaker
This commit is contained in:
@ -39,4 +39,3 @@ class UserOps:
|
||||
user = User(username=self.username,
|
||||
passwordhash=PasswordHasher.hash(self.password))
|
||||
db.add(user)
|
||||
db.commit()
|
||||
|
Reference in New Issue
Block a user