Esempio n. 1
0
def location():
  city = request.args.get('city')
  return Location.fetch(city)
Esempio n. 2
0
def location():
    print(request.args.get('data'))
    return Location.fetch('barcelona')