diff options
| author | 2018-05-31 15:53:35 +0100 | |
|---|---|---|
| committer | 2018-05-31 15:53:35 +0100 | |
| commit | 733e5ae805d631f928b78294fddb2a1c73c84685 (patch) | |
| tree | 01b340c70847a7b7b96a002190c8352fe3a8db73 | |
| parent | [Gunicorn] Announce site deployment (diff) | |
Linting (of course)
| -rw-r--r-- | gunicorn_config.py | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/gunicorn_config.py b/gunicorn_config.py index c7d9dcd3..65717757 100644 --- a/gunicorn_config.py +++ b/gunicorn_config.py @@ -3,9 +3,9 @@ import re  from kombu import Connection  from pysite.constants import ( -    BOT_EVENT_QUEUE, BotEventTypes, DEBUG_MODE, -    RMQ_HOST, RMQ_PASSWORD, RMQ_PORT, RMQ_USERNAME, -    CHANNEL_DEV_LOGS) +    BOT_EVENT_QUEUE, BotEventTypes, CHANNEL_DEV_LOGS, DEBUG_MODE, +    RMQ_HOST, RMQ_PASSWORD, RMQ_PORT, RMQ_USERNAME +)  from pysite.migrations.runner import run_migrations  from pysite.queues import QUEUES | 
