forgot to add comma
authorGeorgios Atheridis <atheridis@tutamail.com>
Thu, 12 May 2022 05:15:00 +0000 (05:15 +0000)
committerGeorgios Atheridis <atheridis@tutamail.com>
Thu, 12 May 2022 05:15:00 +0000 (05:15 +0000)
skgyorugo/commands/available.py
skgyorugo/commands/forceavailable.py

index e1803714766c3a3f91e559cdd95f2a61830c7463..2e4a33aa22fc0195669defcd5a9a9e88fdf09ff2 100644 (file)
@@ -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 = ?
index 74017c7b85b4138deaec599f7deb88c1f65acaf2..6a340c861596b49c9aa0a1c0455b0212621bb2dd 100644 (file)
@@ -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 = ?