Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,8 +89,7 @@ from config import landuseDatabaseId , streamId, branch_name_dm, commit_id_dm
|
|
89 |
from imports_utils import streamMatrices
|
90 |
from imports_utils import speckleToken
|
91 |
|
92 |
-
streamDistanceMatrices =
|
93 |
-
|
94 |
|
95 |
|
96 |
|
|
|
89 |
from imports_utils import streamMatrices
|
90 |
from imports_utils import speckleToken
|
91 |
|
92 |
+
streamDistanceMatrices = speckle_utils.getSpeckleStream(stream_id,branch_name_dm,CLIENT, commit_id_dm)
|
|
|
93 |
|
94 |
|
95 |
|