X-Git-Url: https://projects.mako.cc/source/yourule/blobdiff_plain/1711747333c7666b644f6124de39c49cd0b26526..3c8ee8b6f81d892bffbc1a5f1e7af9a9adc9fd1d:/yourule.py?ds=sidebyside diff --git a/yourule.py b/yourule.py index 9010217..108cce3 100755 --- a/yourule.py +++ b/yourule.py @@ -132,7 +132,7 @@ class gallery: def POST(self, ruler_url): input = web.input() - errormsg = valid_input(input) + errormsg = validate_input(input) if not input.model: errormsg = 'Please fill out all fields.' @@ -216,5 +216,5 @@ web.webapi.internalerror = web.debugerror if __name__ == "__main__": web.run(urls, globals(), web.reloader) -application = web.wsgifunc(web.webpyfunc(urls, globals())) +#application = web.wsgifunc(web.webpyfunc(urls, globals()))