nastasiasnk commited on
Commit
81ce71e
1 Parent(s): 2bfa4c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ if useSpeckleData == True:
68
  account = get_default_account()
69
  CLIENT.authenticate_with_token(token=speckleToken)
70
 
71
- landuses, matrices = getDataFromSpeckle(speckleToken,streamId,dmBranchName, luBranchName)
72
 
73
  #streamDistanceMatrices = speckle_utils.getSpeckleStream(streamId,dmBranchName,CLIENT, dmCommitId)
74
  #matrices = fetchDistanceMatrices (streamDistanceMatrices)
 
68
  account = get_default_account()
69
  CLIENT.authenticate_with_token(token=speckleToken)
70
 
71
+ landuses, matrices = getDataFromSpeckle(streamId,dmBranchName, luBranchName)
72
 
73
  #streamDistanceMatrices = speckle_utils.getSpeckleStream(streamId,dmBranchName,CLIENT, dmCommitId)
74
  #matrices = fetchDistanceMatrices (streamDistanceMatrices)