Guest User

Untitled

a guest
Apr 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. http://www.bocsar.nsw.gov.au/Documents/RCS-Annual/bluemountainslga.xlsx
  2.  
  3. @app.route('/')
  4. def index():
  5. r = requests.get(
  6. ' http://www.bocsar.nsw.gov.au/Documents/RCS-
  7. Annual/bluemountainslga.xlsx')
  8. print(r.text)
  9. ...
Add Comment
Please, Sign In to add comment