From b4ebb01fec778d6fdd6cd8a76bbb29e1879e1d6a Mon Sep 17 00:00:00 2001 From: SzamosiMate Date: Mon, 6 Jan 2025 21:32:21 +0100 Subject: [PATCH] -renamed the "archicad" namespace to "standard" -renamed the .ArchiCADID and .ProductInfo properties to Archicad_id, and product_info -refreshing now properly overwrites project_info and archicad_id unless properly initialized and the new request returns an error --- src/multi_conn_ac/standard_connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/multi_conn_ac/standard_connection.py b/src/multi_conn_ac/standard_connection.py index f04ae5f..c0481ac 100644 --- a/src/multi_conn_ac/standard_connection.py +++ b/src/multi_conn_ac/standard_connection.py @@ -13,7 +13,7 @@ class StandardConnection: commands = Commands utilities = Utilities - def __init__(self, port: Port = Port(19723)): + def __init__(self, port: Port): self._request = create_request(int(port)) def connect(self, product_info: ProductInfo) -> None: