Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
fb07226
1
Parent(s):
48e39ce
Update imports_utils.py
Browse files- imports_utils.py +3 -3
imports_utils.py
CHANGED
@@ -142,11 +142,11 @@ def get_page_by_id(notion_db_pages, page_id):
|
|
142 |
|
143 |
|
144 |
|
145 |
-
|
|
|
146 |
|
147 |
def streamMatrices (speckleToken, stream_id, branch_name_dm, commit_id):
|
148 |
-
|
149 |
-
CLIENT.authenticate_with_token(token=userdata.get(speckleToken))
|
150 |
|
151 |
#stream_id="ebcfc50abe"
|
152 |
stream_distance_matrices = speckle_utils.getSpeckleStream(stream_id,
|
|
|
142 |
|
143 |
|
144 |
|
145 |
+
CLIENT = SpeckleClient(host="https://speckle.xyz/")
|
146 |
+
CLIENT.authenticate_with_token(token=userdata.get(speckleToken))
|
147 |
|
148 |
def streamMatrices (speckleToken, stream_id, branch_name_dm, commit_id):
|
149 |
+
|
|
|
150 |
|
151 |
#stream_id="ebcfc50abe"
|
152 |
stream_distance_matrices = speckle_utils.getSpeckleStream(stream_id,
|