Fix for non-app.speckle.systems servers (#5)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user