nastasiasnk commited on
Commit
4e4e55b
1 Parent(s): 315dd1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ from imports_utils import fetchDistanceMatrices
108
 
109
  CLIENT = SpeckleClient(host="https://speckle.xyz/")
110
  account = get_default_account()
111
- CLIENT.authenticate(token=speckleToken)
112
 
113
 
114
  streamDistanceMatrices = speckle_utils.getSpeckleStream(streamId,branch_name_dm,CLIENT, commit_id_dm)
 
108
 
109
  CLIENT = SpeckleClient(host="https://speckle.xyz/")
110
  account = get_default_account()
111
+ CLIENT.authenticate_with_token(token=speckleToken)
112
 
113
 
114
  streamDistanceMatrices = speckle_utils.getSpeckleStream(streamId,branch_name_dm,CLIENT, commit_id_dm)