Fix server address

pull/1060/head
Igor Chubin 3 weeks ago
parent 54ff423306
commit 2de19e1b3e

@ -239,7 +239,7 @@ def render_moonday(_, query):
def get_geodata(location):
# text = requests.get("http://localhost:8004/%s" % location).text
text = requests.get("http://127.0.0.1:8083/:geo-location?location=%s" % location).text
text = requests.get("http://127.0.0.1:8085/:geo-location?location=%s" % location).text
return json.loads(text)

Loading…
Cancel
Save