aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2023-06-29 18:25:00 -0700
committerPinapelz <donaldshan1@outlook.com>2023-06-29 18:25:00 -0700
commit25141f6b458cba1ac8240b5bc2a7f4cf73274cab (patch)
treec8218b3631fb0654509b2e215829b61dc4977c7b /app.py
parent404458d6804c54024d63cccf16d316cff754b888 (diff)
added command line arguments to specify data source
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