Fix
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
2333bac6da
commit
07d449a4fd
@ -188,7 +188,7 @@ class Status(commands.Cog):
|
||||
cursor.execute(
|
||||
"DELETE FROM requests WHERE user_id = ? AND"
|
||||
" local_id = ?",
|
||||
(user_id, local_id),
|
||||
(user_id, int(local_id)),
|
||||
)
|
||||
db.commit()
|
||||
db.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user