aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/app.py b/app.py
index d0bb231..ba50df4 100644
--- a/app.py
+++ b/app.py
@@ -38,3 +38,6 @@ def send_sitemap():
@app.errorhandler(404)
def not_found(error):
return jsonify(error=str(error)), 404
+
+if __name__ == "__main__":
+ app.run(debug=True) \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage