Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,6 +76,6 @@ def handle_event():
|
|
76 |
)
|
77 |
except SlackApiError as e:
|
78 |
print("Error")
|
79 |
-
|
80 |
if __name__ == "__main__":
|
81 |
app.run(host="0.0.0.0", port=7860)
|
|
|
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)
|