Skip to content

Commit

Permalink
-renamed the "archicad" namespace to "standard"
Browse files Browse the repository at this point in the history
-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
  • Loading branch information
SzamosiMate committed Jan 6, 2025
1 parent 473a380 commit b4ebb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multi_conn_ac/standard_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b4ebb01

Please sign in to comment.