serJD commited on
Commit
19ab27c
·
1 Parent(s): c8482dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ streams = {
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
 
 
214
  # Function to run on button click
215
  @webhook_endpoint # Define a unique endpoint URL
216
  async def update_streams(wbh):
217
+ print("trying to print request msg", wbh)
218
  speckle_token = os.environ.get("SPECKLE_TOKEN")
219
  notion_token = os.environ.get("NOTION_TOKEN")
220