From cd921c8a6ead31d3d6c3ae8470f9a689f05181c6 Mon Sep 17 00:00:00 2001 From: Georgios Atheridis Date: Thu, 12 May 2022 07:57:15 +0000 Subject: [PATCH] forgot 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 a5216c4..30efb22 100644 --- a/skgyorugo/commands/available.py +++ b/skgyorugo/commands/available.py @@ -168,7 +168,7 @@ def main(bot: Bot, message: Message): name = 'queuesize' ) ) - ) + ), time_remaining = time_remaining - (? - last_available) WHERE twitch_id = ? diff --git a/skgyorugo/commands/forceavailable.py b/skgyorugo/commands/forceavailable.py index 25f6c06..09d68d9 100644 --- a/skgyorugo/commands/forceavailable.py +++ b/skgyorugo/commands/forceavailable.py @@ -171,7 +171,7 @@ def main(bot: Bot, message: Message): name = 'queuesize' ) ) - ) + ), time_remaining = time_remaining - (? - last_available) WHERE twitch_id = ? -- 2.30.2