From 8a81015f2abb417cdeeddcc3c1f88f58541560a6 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 31 May 2018 18:05:01 +0100 Subject: [Gunicorn] It's "description", not "message" --- gunicorn_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gunicorn_config.py') 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 -- cgit v1.2.3