Skip to content

Commit

Permalink
Update helpful error message for AirPlay collision
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgiles committed Aug 23, 2023
1 parent 01fa8ee commit 81b879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/werkzeug/serving.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ def __init__(
if sys.platform == "darwin" and port == 5000:
print(
"On macOS, try disabling the 'AirPlay Receiver' service"
" from System Preferences -> Sharing.",
" from System Preferences -> General -> AirDrop & Handoff.",
file=sys.stderr,
)

Expand Down

0 comments on commit 81b879a

Please sign in to comment.