Spaces:
Sleeping
Sleeping
test to print webhook msg
Browse files
app.py
CHANGED
@@ -213,7 +213,8 @@ streams = {
|
|
213 |
|
214 |
# Function to run on button click
|
215 |
@webhook_endpoint # Define a unique endpoint URL
|
216 |
-
async def update_streams():
|
|
|
217 |
speckle_token = os.environ.get("SPECKLE_TOKEN")
|
218 |
notion_token = os.environ.get("NOTION_TOKEN")
|
219 |
|
|
|
213 |
|
214 |
# Function to run on button click
|
215 |
@webhook_endpoint # Define a unique endpoint URL
|
216 |
+
async def update_streams(wbh):
|
217 |
+
print(wbh)
|
218 |
speckle_token = os.environ.get("SPECKLE_TOKEN")
|
219 |
notion_token = os.environ.get("NOTION_TOKEN")
|
220 |
|