Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
f252c3c
1
Parent(s):
e6aa343
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ CLIENT.authenticate_with_token(token=userdata.get('speckleToken'))
|
|
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 |
|
|
|
87 |
|
88 |
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 = streamMatrices (speckleToken, streamId, branch_name_dm, commit_id_dm)
|
93 |
|