Spaces:
Build error
Build error
tir
Browse files
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
app.py
CHANGED
|
@@ -221,7 +221,8 @@ def update_streams(dummy):
|
|
| 221 |
|
| 222 |
client = SpeckleClient(host="https://speckle.xyz/")
|
| 223 |
client.authenticate_with_token(token=speckle_token)
|
| 224 |
-
|
|
|
|
| 225 |
for key, value in streams.items():
|
| 226 |
stream_url = value["stream"]
|
| 227 |
notion_db = value["notionDB"]
|
|
|
|
| 221 |
|
| 222 |
client = SpeckleClient(host="https://speckle.xyz/")
|
| 223 |
client.authenticate_with_token(token=speckle_token)
|
| 224 |
+
print("not", notion_token)
|
| 225 |
+
print("spec", speckle_token)
|
| 226 |
for key, value in streams.items():
|
| 227 |
stream_url = value["stream"]
|
| 228 |
notion_db = value["notionDB"]
|