diff --git a/bento_beacon/utils/beacon_response.py b/bento_beacon/utils/beacon_response.py index d36461b..d323f64 100644 --- a/bento_beacon/utils/beacon_response.py +++ b/bento_beacon/utils/beacon_response.py @@ -10,6 +10,7 @@ def init_response_data(): g.response_data = {} g.response_info = {} + def add_info_to_response(info): add_message({"description": info, "level": "info"})