Skip to content

Commit 3f9c1be

Browse files
authored
Update helpful error message about AirPlay collision on macOS (#2776)
2 parents 01fa8ee + 81b879a commit 3f9c1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/werkzeug/serving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def __init__(
762762
if sys.platform == "darwin" and port == 5000:
763763
print(
764764
"On macOS, try disabling the 'AirPlay Receiver' service"
765-
" from System Preferences -> Sharing.",
765+
" from System Preferences -> General -> AirDrop & Handoff.",
766766
file=sys.stderr,
767767
)
768768

0 commit comments

Comments
 (0)