Skip to content

Commit

Permalink
Update helpful error message about AirPlay collision on macOS (#2776)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Aug 29, 2023
2 parents 01fa8ee + 81b879a commit 3f9c1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/werkzeug/serving.py
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 3f9c1be

Please sign in to comment.