Changeset 1b72462 in ammosreader
- Timestamp:
- 05/04/22 16:12:42 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- caee9d8
- Parents:
- 5547430 (diff), e642381 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ammosreader/AmmosAudioSocketReader.py
r5547430 r1b72462 16 16 socket (socket.socket): socket to read from 17 17 """ 18 19 self.__socket = socket20 18 21 19 #buffer for reading socket bytewise und check for the magic word
Note:
See TracChangeset
for help on using the changeset viewer.