From 5bb9d62d847269c67db7b705521515339650b560 Mon Sep 17 00:00:00 2001 From: Georgios Atheridis Date: Thu, 12 May 2022 05:15:00 +0000 Subject: [PATCH] forgot to add comma --- skgyorugo/commands/available.py | 2 +- skgyorugo/commands/forceavailable.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skgyorugo/commands/available.py b/skgyorugo/commands/available.py index e180371..2e4a33a 100644 --- a/skgyorugo/commands/available.py +++ b/skgyorugo/commands/available.py @@ -70,7 +70,7 @@ def main(bot: Bot, message: Message): lol_queue_data WHERE name = 'queuesize' - ) + ), time_remaining = time_remaining - (? - last_available) WHERE twitch_id = ? diff --git a/skgyorugo/commands/forceavailable.py b/skgyorugo/commands/forceavailable.py index 74017c7..6a340c8 100644 --- a/skgyorugo/commands/forceavailable.py +++ b/skgyorugo/commands/forceavailable.py @@ -73,7 +73,7 @@ def main(bot: Bot, message: Message): lol_queue_data WHERE name = 'queuesize' - ) + ), time_remaining = time_remaining - (? - last_available) WHERE twitch_id = ? -- 2.30.2