serJD commited on
Commit
1d436dd
·
1 Parent(s): 950732c

security update

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -199,8 +199,7 @@ async def update_streams():
199
 
200
  #client = SpeckleClient(host="https://speckle.xyz")
201
  #client.authenticate_with_token(token=speckle_token)
202
- print("not", notion_token)
203
- print("spec", speckle_token)
204
  for key, value in streams.items():
205
  stream_id = value["stream"]
206
  notion_db = value["notionDB"]
 
199
 
200
  #client = SpeckleClient(host="https://speckle.xyz")
201
  #client.authenticate_with_token(token=speckle_token)
202
+
 
203
  for key, value in streams.items():
204
  stream_id = value["stream"]
205
  notion_db = value["notionDB"]