MatteoScript commited on
Commit
b272788
·
verified ·
1 Parent(s): 2b72403

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -17,7 +17,7 @@ app.add_middleware(
17
  )
18
 
19
  @app.post("/")
20
- async def webhook(req: Request):
21
  print('a')
22
  data = req.json()
23
  print(data)
 
17
  )
18
 
19
  @app.post("/")
20
+ def webhook(req: Request):
21
  print('a')
22
  data = req.json()
23
  print(data)