nastasiasnk commited on
Commit
e6aa343
1 Parent(s): e07f8da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -85,11 +85,11 @@ CLIENT = SpeckleClient(host="https://speckle.xyz/")
85
  CLIENT.authenticate_with_token(token=userdata.get('speckleToken'))
86
  """
87
 
88
- from config import landuseDatabaseId , streamId, branch_name_dm, commit_id
89
  from imports_utils import streamMatrices
90
 
91
 
92
- streamDistanceMatrices = streamMatrices (speckleToken, streamId, branch_name_dm, commit_id)
93
 
94
 
95
 
 
85
  CLIENT.authenticate_with_token(token=userdata.get('speckleToken'))
86
  """
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
 
94
 
95