Vishwas1 commited on
Commit
5931656
·
1 Parent(s): c80fe07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,7 +75,7 @@ def handle_event():
75
  text=response
76
  )
77
  except SlackApiError as e:
78
- response="Error"
79
- return response
80
  if __name__ == "__main__":
81
  app.run(host="0.0.0.0", port=7860)
 
75
  text=response
76
  )
77
  except SlackApiError as e:
78
+ print("Error")
79
+ #return response
80
  if __name__ == "__main__":
81
  app.run(host="0.0.0.0", port=7860)