2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-22 10:09:40 +00:00

disable IP lookup, it's broken

This commit is contained in:
Nick80835 2024-04-01 10:14:55 -04:00
parent 2b84d937ac
commit 2673b5e5bc

View File

@ -93,7 +93,7 @@ def pokemon_image_sync(sprite_io):
return sticker_io return sticker_io
@ldr.add("ip", help="IP lookup.") #@ldr.add("ip", help="IP lookup.")
async def ip_lookup(event): async def ip_lookup(event):
ip = await event.get_text() ip = await event.get_text()