Vishwas1 commited on
Commit
4047200
·
1 Parent(s): df6e6a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ def handle_event():
40
  # Handle the event here
41
  event=request.json['type']
42
  print(event)
 
43
  if event=='url_verification':
44
  # Respond to the challenge request with a 200 OK HTTP status code
45
  # and the value of the challenge parameter in the response body
 
40
  # Handle the event here
41
  event=request.json['type']
42
  print(event)
43
+ print(request)
44
  if event=='url_verification':
45
  # Respond to the challenge request with a 200 OK HTTP status code
46
  # and the value of the challenge parameter in the response body