Changeset ff9efb1 in ammosreader


Ignore:
Timestamp:
05/28/23 11:15:14 (2 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource
Children:
82f4e7d
Parents:
0fcd6da
Message:

typo fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ammosreader/AmmosSocketSource.py

    r0fcd6da rff9efb1  
    1717                logger.info("Remaining Bytes: %s", bytes_to_read - len(b''.join(byte_array)))
    1818                self.__source.settimeout(5)
    19                 new_bytes = self.__source.recv(bytes_to_read - len(b''.join(byte_array)), socket.MSG_WAITALL)
     19                new_bytes = self.source.recv(bytes_to_read - len(b''.join(byte_array)), socket.MSG_WAITALL)
    2020
    2121                if not new_bytes:
Note: See TracChangeset for help on using the changeset viewer.