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

index a5216c42b7a93f7edfc407221691027932dc1fc4..30efb22d7a0c7492cebb3c62bd9fba192ffaebdd 100644 (file)
@@ -168,7 +168,7 @@ def main(bot: Bot, message: Message):
                                 name = 'queuesize'
                         )
                     )
-            )
+            ),
             time_remaining = time_remaining - (? - last_available)
         WHERE 
             twitch_id = ?
index 25f6c0659a9f19363ff0153c7aca74bc72196cf5..09d68d9b89eafa56f2ae279efddb6acef20a561d 100644 (file)
@@ -171,7 +171,7 @@ def main(bot: Bot, message: Message):
                                 name = 'queuesize'
                         )
                     )
-            )
+            ),
             time_remaining = time_remaining - (? - last_available)
         WHERE 
             twitch_id = ?