Kaydet (Commit) a8413b2e authored tarafından Guido van Rossum's avatar Guido van Rossum

Choose a port that doesn't conmflict with real radio

üst e266344f
......@@ -12,7 +12,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)
......
......@@ -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)
......
......@@ -12,7 +12,7 @@ from socket import *
host = sys.argv[1]
port = 54321
port = 5555
if sys.argv[2:]: port = eval(sys.argv[1])
s = socket(AF_INET, SOCK_DGRAM)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment