Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Feb 17, 2025
1 parent 75c3d95 commit ee7da29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def validate_notifiarr():
debug_mode = args.debug if args.debug else env_debug

print(
f"[INFO] Running on port {port} | Debug Mode: {'Enabled' if debug_mode else 'Disabled'}"
f"[INFO] Running on port: {port} | Debug Mode: {'Enabled' if debug_mode else 'Disabled'}"
)

app.run(host="0.0.0.0", port=port, debug=debug_mode)

0 comments on commit ee7da29

Please sign in to comment.