nastasiasnk commited on
Commit
9739d9b
1 Parent(s): 640f9c6

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(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=streamId,matrixBranchName=dmBranchName, landuseBranchName=luBranchName)
72
 
73
  #streamDistanceMatrices = speckle_utils.getSpeckleStream(streamId,dmBranchName,CLIENT, dmCommitId)
74
  #matrices = fetchDistanceMatrices (streamDistanceMatrices)