diff options
author | Guido van Rossum <guido@python.org> | 1992-12-14 15:05:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-12-14 15:05:53 (GMT) |
commit | a8413b2ef00525b7f47cab1f5882ee7c0b2e9877 (patch) | |
tree | 80dfbe5880899d3af6d229b001af35f3e81b01b9 /Demo/sgi/al/radio.py | |
parent | e266344faf20edeb1863be1550b68028a2ae7735 (diff) | |
download | cpython-a8413b2ef00525b7f47cab1f5882ee7c0b2e9877.zip cpython-a8413b2ef00525b7f47cab1f5882ee7c0b2e9877.tar.gz cpython-a8413b2ef00525b7f47cab1f5882ee7c0b2e9877.tar.bz2 |
Choose a port that doesn't conmflict with real radio
Diffstat (limited to 'Demo/sgi/al/radio.py')
-rwxr-xr-x | Demo/sgi/al/radio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/al/radio.py b/Demo/sgi/al/radio.py index 1b72369..6cde805 100755 --- a/Demo/sgi/al/radio.py +++ b/Demo/sgi/al/radio.py @@ -8,7 +8,7 @@ import sys, al from socket import * -port = 54321 +port = 5555 if sys.argv[1:]: port = eval(sys.argv[1]) s = socket(AF_INET, SOCK_DGRAM) |