Oops. Thanks for catching.
On Wednesday, May 23, 2012 3:41:51 PM UTC-7, Anthony wrote: > > def search(): >> import urllib >> q = request.args(0) >> > > That would have to be q = request.vars.q, not request.args(0). > > Anthony >
Oops. Thanks for catching.
On Wednesday, May 23, 2012 3:41:51 PM UTC-7, Anthony wrote: > > def search(): >> import urllib >> q = request.args(0) >> > > That would have to be q = request.vars.q, not request.args(0). > > Anthony >