On Mon, Feb 13, 2012 at 10:58 AM, Annet <[email protected]> wrote:
> elif request.args(0)==1: This one above is always False. Should be at least: elif request.args(0)=="1": request.args returns each arg as string. Ricardo
On Mon, Feb 13, 2012 at 10:58 AM, Annet <[email protected]> wrote:
> elif request.args(0)==1: This one above is always False. Should be at least: elif request.args(0)=="1": request.args returns each arg as string. Ricardo