diff --git a/app.py b/app.py index 7db95e1..f957545 100644 --- a/app.py +++ b/app.py @@ -1018,5 +1018,5 @@ def fetch_domains_from_github(url): if __name__ == "__main__": init_db() - app.run(debug=True) - \ No newline at end of file + app.run(host='0.0.0.0', port=80) +