Fix
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Parker M. 2025-01-20 22:48:43 -06:00
parent 2333bac6da
commit 07d449a4fd
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -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()