Guest User

Untitled

a guest
Jan 12th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import map_maker
  2.  
  3. @app.route('/<user_input>')
  4. def result(user_input):
  5. map_maker.run(user_input=user_input)
  6. return render_template('map.html')
Advertisement
Add Comment
Please, Sign In to add comment