Explorar o código

fix (me is baka) 2

txlyre hai 1 ano
pai
achega
7f5ac5089d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      actions.py

+ 1 - 1
actions.py

@@ -94,7 +94,7 @@ async def create_new_pack(bot, sticker):
 
 async def get_current_pack(bot):
   pack = await StickerPack.all().order_by('-id').first()
-  if not pack or pack.stickers_count == 119:
+  if not pack or pack.stickers_count >= 119:
     return None
 
   return pack