chore(release): 0.3.0 #5

Merged
pufereq merged 30 commits from release/0.3.0 into main 2025-11-30 17:39:26 +00:00
3 changed files with 73 additions and 5 deletions
Showing only changes of commit cc1145a4ac - Show all commits

View File

@@ -12,6 +12,7 @@ from judas_protocol import Message
class Connector:
def __init__(
self,
mac_address: str,
host: str,
port: int,
connect_timeout: float = 5.0,
@@ -32,7 +33,7 @@ class Connector:
socket.AF_INET, socket.SOCK_STREAM
)
self.mac_address: str = self._get_mac_address()
self.mac_address: str = mac_address
def _get_mac_address(self) -> str:
mac_address: str = ":".join(