Index: ammosreader/AmmosSocketSource.py
===================================================================
--- ammosreader/AmmosSocketSource.py	(revision 0fcd6da92f743342ff7aac6da13a618e73d0a8e9)
+++ ammosreader/AmmosSocketSource.py	(revision ff9efb15a80027224e7abd7f21b303f45104de40)
@@ -17,5 +17,5 @@
                 logger.info("Remaining Bytes: %s", bytes_to_read - len(b''.join(byte_array)))
                 self.__source.settimeout(5)
-                new_bytes = self.__source.recv(bytes_to_read - len(b''.join(byte_array)), socket.MSG_WAITALL)
+                new_bytes = self.source.recv(bytes_to_read - len(b''.join(byte_array)), socket.MSG_WAITALL)
 
                 if not new_bytes:
