summaryrefslogtreecommitdiffstats
path: root/Demo/sockets/radio.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sockets/radio.py')
-rwxr-xr-xDemo/sockets/radio.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Demo/sockets/radio.py b/Demo/sockets/radio.py
index b68a4ec..fa4ce75 100755
--- a/Demo/sockets/radio.py
+++ b/Demo/sockets/radio.py
@@ -9,6 +9,6 @@ s = socket(AF_INET, SOCK_DGRAM)
s.bind(('', MYPORT))
while 1:
- data, wherefrom = s.recvfrom(1500, 0)
- sys.stderr.write(repr(wherefrom) + '\n')
- sys.stdout.write(data)
+ data, wherefrom = s.recvfrom(1500, 0)
+ sys.stderr.write(repr(wherefrom) + '\n')
+ sys.stdout.write(data)