ARQ WIP - fixed received data

This commit is contained in:
DJ2LS 2024-01-05 16:25:34 +01:00
parent 966821cef8
commit 7f81de7ea2

View file

@ -68,7 +68,7 @@ class EventManager:
'total_bytes': total_bytes,
'success': bool(success),
'state': state,
'data': bool(data)
'data': data
}
}
self.broadcast(event)