commit | a8413b2ef00525b7f47cab1f5882ee7c0b2e9877 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Dec 14 15:05:53 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Dec 14 15:05:53 1992 +0000 |
tree | 80dfbe5880899d3af6d229b001af35f3e81b01b9 | |
parent | e266344faf20edeb1863be1550b68028a2ae7735 [diff] [blame] |
Choose a port that doesn't conmflict with real radio
diff --git a/Demo/sgi/al/unicast.py b/Demo/sgi/al/unicast.py index 8a53592..8e0c1a8 100755 --- a/Demo/sgi/al/unicast.py +++ b/Demo/sgi/al/unicast.py
@@ -12,7 +12,7 @@ host = sys.argv[1] -port = 54321 +port = 5555 if sys.argv[2:]: port = eval(sys.argv[1]) s = socket(AF_INET, SOCK_DGRAM)