Skip to content

Commit 4fb944b

Browse files
committed
consistency
1 parent a552261 commit 4fb944b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ctf/blackbox/fdr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
time.sleep(60)
1010

11-
lstnr = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, socket.IPPROTO_UDP)
12-
lstnr.bind(("", 34568))
11+
lstnr = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
12+
lstnr.bind(("0.0.0.0", 34568))
1313
stream = pcm825.KaitaiStream(lstnr.makefile('rb'))
1414
handler = logging.handlers.TimedRotatingFileHandler(
1515
'fdr-log', when='m', backupCount=3)

0 commit comments

Comments
 (0)