> I was spending time trying to figure out what the heck that 
> request.args[-1] thing was. Is that even necessary?
>

request.args[-1] simply refers to the last arg in the URL (which in this 
case is the only arg).

Anthony

-- 



Reply via email to