コード例 #1
0
ファイル: index.py プロジェクト: ricecreamdude/city-explorer
def location():
  city = request.args.get('city')
  return Location.fetch(city)
コード例 #2
0
def location():
    print(request.args.get('data'))
    return Location.fetch('barcelona')