diff options
| -rw-r--r-- | gunicorn_config.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gunicorn_config.py b/gunicorn_config.py index 578399d7..1ad1ce39 100644 --- a/gunicorn_config.py +++ b/gunicorn_config.py @@ -58,7 +58,7 @@ def _when_ready(server=None, output_func=None):                          "data": {                              "target": CHANNEL_DEV_LOGS,                              "title": "Site Deployment", -                            "message": "The site has been deployed!" +                            "description": "The site has been deployed!"                          }                      },                      routing_key=BOT_EVENT_QUEUE | 
