Skip to content

Commit

Permalink
Running on web ports
Browse files Browse the repository at this point in the history
  • Loading branch information
pbenzoni authored Feb 29, 2024
1 parent 4128281 commit f0917ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,5 +1018,5 @@ def fetch_domains_from_github(url):

if __name__ == "__main__":
init_db()
app.run(debug=True)

app.run(host='0.0.0.0', port=80)

0 comments on commit f0917ef

Please sign in to comment.