diff options
author | 2018-05-31 18:05:01 +0100 | |
---|---|---|
committer | 2018-05-31 18:05:01 +0100 | |
commit | 8a81015f2abb417cdeeddcc3c1f88f58541560a6 (patch) | |
tree | 9a42dd982077165c3773d5448fb471035afa612e /gunicorn_config.py | |
parent | Add cmake to base image (diff) |
[Gunicorn] It's "description", not "message"
Diffstat (limited to 'gunicorn_config.py')
-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 |