Skip to content

Commit d7b66ca

Browse files
[HOTFIX] bug fix for the SEND functions.
Changes in file multicast/send.py: - fixed duplicate line.
1 parent 048089d commit d7b66ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

multicast/send.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ def doStep(self, *args, **kwargs):
353353
if data == ['-']:
354354
# Read from stdin in chunks
355355
while True:
356-
chunk = sys.stdin.read(1316) # Read 1316 bytes at a time - matches read size
357356
try:
358357
chunk = sys.stdin.read(1316) # Read 1316 bytes at a time - matches read size
359358
except IOError as e:

0 commit comments

Comments
 (0)