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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def index():
39
  def handle_event():
40
  # Handle the event here
41
  event=request.json['type']
42
-
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
 
39
  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