Fix for non-app.speckle.systems servers (#5)

This commit is contained in:
Jedd Morgan
2025-07-02 21:35:44 +01:00
committed by GitHub
parent 897235a47d
commit 0e00a92c8d
+3 -1
View File
@@ -94,7 +94,9 @@ def open_and_convert_file(
print(f"Sending to speckle complete after: {(time.time() - start) * 1000}ms")
start = time.time()
client = SpeckleClient()
server_url = account.serverInfo.url
assert server_url
client = SpeckleClient(host=server_url)
client.authenticate_with_account(account)
create_version = CreateVersionInput(