Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def handle_event():
|
|
75 |
text=response
|
76 |
)
|
77 |
except SlackApiError as e:
|
78 |
-
|
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)
|