From 25141f6b458cba1ac8240b5bc2a7f4cf73274cab Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 29 Jun 2023 18:25:00 -0700 Subject: added command line arguments to specify data source --- app.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app.py') 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 -- cgit v1.2.3