[Tutor] SOS pleas help

Alan Gauld alan.gauld at yahoo.co.uk
Mon Dec 6 18:26:29 EST 2021


On 06/12/2021 14:59, Deshaun Williams wrote:
> im trying to code a web application to use API but i cant get it to work
> heres my current code. <%
> import math, json
> from bottle import request, route
> url = "https://www.gamerpower.com/api/giveaways?platform=pc"
> r = request.get(url)
> request.forms.get("cosnole")
> gamer = request.forms.get("cosnole")

I suspect those two strings should be spelled "console" ?

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list