mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-12-15 12:07:02 +01:00
Commit to database on only on request teardown
This commit is contained in:
@@ -44,5 +44,4 @@ class Guilds(db.Model):
|
||||
|
||||
def set_unauthUsersBool(self, value):
|
||||
self.unauth_users = value
|
||||
db.session.commit()
|
||||
return self.unauth_users
|
||||
|
||||
Reference in New Issue
Block a user