PATCH: removed commit_data method from database as it is no longer necessary

This commit is contained in:
white
2025-01-29 11:59:12 +00:00
parent e2070be9f9
commit f63dc4a368
5 changed files with 1 additions and 6 deletions

View File

@@ -93,7 +93,6 @@ def signup():
None
)
)
db.commit_data()
# Create session for new user, to avoid them having unnecessary state info
session.clear()