Spaces:
Sleeping
Sleeping
security update
Browse files
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 |
-
|
| 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"]
|