mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-04 20:25:25 +02: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