diff --git a/pxy_bots/handlers.py b/pxy_bots/handlers.py index 5bd8e51..53d8f62 100644 --- a/pxy_bots/handlers.py +++ b/pxy_bots/handlers.py @@ -44,7 +44,7 @@ async def handle_location(update: Update): f"🌍 Latitude: {lat}\n" f"🌍 Longitude: {lon}\n\n" "🔗 Access it here:\n" - f"https://app.polisplexity.tech/city/digital/twin/com_con/?lat={lat}&long={lon}\n\n" + f"https://app.polisplexity.tech/city/digital/twin/osm_city/?lat={lat}&long={lon}&scale=0.1\n\n" "Thanks for sharing your location!") await update.message.reply_text(text) else: