Skip to content

Commit

Permalink
fix issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
sthivaios committed May 30, 2024
1 parent 611f66e commit c703d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ikmp_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ def index():


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

0 comments on commit c703d30

Please sign in to comment.