2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-22 18:19:16 +00:00

forgot to specify the number in deepfry size limit is the size_limit

This commit is contained in:
Nick80835 2025-07-19 11:45:11 -04:00
parent 695bd38bda
commit edd3d01a30

View File

@ -43,7 +43,7 @@ async def deepfryer(event):
except ValueError:
frycount = 1
data = await event.get_image(1024 * 3072)
data = await event.get_image(size_limit=1024 * 3072)
if not data:
await event.reply("Reply to an image or sticker or caption an image to deep fry it!")