mirror of
https://github.com/house-of-vanity/conf_bot.git
synced 2025-07-06 14:24:08 +00:00
Hotfix for reset.
This commit is contained in:
@ -90,6 +90,7 @@ class DataBase:
|
||||
user_id,
|
||||
conf_id,
|
||||
user_id,
|
||||
conf_id,
|
||||
limit
|
||||
)
|
||||
result = self.execute(sql)
|
||||
@ -126,4 +127,4 @@ class DataBase:
|
||||
|
||||
|
||||
def close(self):
|
||||
self.conn.close()
|
||||
self.conn.close()
|
||||
|
Reference in New Issue
Block a user