Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ from imports_utils import speckleToken
|
|
56 |
from imports_utils import fetchDistanceMatrices
|
57 |
from config import useSpeckleData
|
58 |
#from config import distanceMatrixTransportStops
|
59 |
-
|
60 |
|
61 |
if speckleToken is None:
|
62 |
raise Exception("Speckle token not found")
|
|
|
56 |
from imports_utils import fetchDistanceMatrices
|
57 |
from config import useSpeckleData
|
58 |
#from config import distanceMatrixTransportStops
|
59 |
+
from imports_utils import getDataFromSpeckle
|
60 |
|
61 |
if speckleToken is None:
|
62 |
raise Exception("Speckle token not found")
|