Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
e6aa343
1
Parent(s):
e07f8da
Update app.py
Browse files
app.py
CHANGED
@@ -85,11 +85,11 @@ CLIENT = SpeckleClient(host="https://speckle.xyz/")
|
|
85 |
CLIENT.authenticate_with_token(token=userdata.get('speckleToken'))
|
86 |
"""
|
87 |
|
88 |
-
from config import landuseDatabaseId , streamId, branch_name_dm,
|
89 |
from imports_utils import streamMatrices
|
90 |
|
91 |
|
92 |
-
streamDistanceMatrices = streamMatrices (speckleToken, streamId, branch_name_dm,
|
93 |
|
94 |
|
95 |
|
|
|
85 |
CLIENT.authenticate_with_token(token=userdata.get('speckleToken'))
|
86 |
"""
|
87 |
|
88 |
+
from config import landuseDatabaseId , streamId, branch_name_dm, commit_id_dm
|
89 |
from imports_utils import streamMatrices
|
90 |
|
91 |
|
92 |
+
streamDistanceMatrices = streamMatrices (speckleToken, streamId, branch_name_dm, commit_id_dm)
|
93 |
|
94 |
|
95 |
|