Changeset 82f4e7d in ammosreader


Ignore:
Timestamp:
05/28/23 11:30:39 (2 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource
Children:
1fb7060
Parents:
ff9efb1
Message:

typo fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ammosreader/AmmosSocketSource.py

    rff9efb1 r82f4e7d  
    1616            while len(b''.join(byte_array)) < bytes_to_read:
    1717                logger.info("Remaining Bytes: %s", bytes_to_read - len(b''.join(byte_array)))
    18                 self.__source.settimeout(5)
     18                self.source.settimeout(5)
    1919                new_bytes = self.source.recv(bytes_to_read - len(b''.join(byte_array)), socket.MSG_WAITALL)
    2020
Note: See TracChangeset for help on using the changeset viewer.