diff --git a/wsgi.py b/wsgi.py index bee03c3..a129ab7 100644 --- a/wsgi.py +++ b/wsgi.py @@ -50,3 +50,6 @@ def tables( ) return render_template("base.html", tables="\n".join(output_str)) + +if __name__ == "__main__": + app.run()