Spaces:
Sleeping
Sleeping
removed payload
Browse files
app.py
CHANGED
|
@@ -193,7 +193,7 @@ streams = {
|
|
| 193 |
|
| 194 |
# Function to run on button click
|
| 195 |
@webhook_endpoint # Define a unique endpoint URL
|
| 196 |
-
async def update_streams(
|
| 197 |
speckle_token = os.environ.get("SPECKLE_TOKEN")
|
| 198 |
notion_token = os.environ.get("NOTION_TOKEN")
|
| 199 |
|
|
|
|
| 193 |
|
| 194 |
# Function to run on button click
|
| 195 |
@webhook_endpoint # Define a unique endpoint URL
|
| 196 |
+
async def update_streams():
|
| 197 |
speckle_token = os.environ.get("SPECKLE_TOKEN")
|
| 198 |
notion_token = os.environ.get("NOTION_TOKEN")
|
| 199 |
|