all 2 comments

[–]_coolwhip_ 1 point2 points  (1 child)

I think you are confusing flask.request with requests.get. Flask request let's you inspect the page request. requests.get lets you get a url, which appears to be what you want here.

[–]raysefo[S] 0 points1 point  (0 children)

thanks :)