Skip to content

Commit

Permalink
feat: добавлен гео от яндекса 5
Browse files Browse the repository at this point in the history
  • Loading branch information
wandeder committed Oct 4, 2023
1 parent d040cfd commit 5877b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spend_bot/location.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def get_location_reply(location):
lon = location.longitude
query = {
"results": "1",
"geocode": f"{lat},{lon}",
"geocode": f"{lon},{lat}",
"apikey": os.getenv("YANDEX_GEO_KEY"),
"format": "json",
}
Expand Down

0 comments on commit 5877b4e

Please sign in to comment.