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

removed payload

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(payload: WebhookPayload):
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