diff options
author | 2018-05-14 20:49:44 +0100 | |
---|---|---|
committer | 2018-05-14 20:49:44 +0100 | |
commit | 8534bfaf3f75435e18489eb363bf04786ba79255 (patch) | |
tree | 55d3b0af6f899f9117b0afbc4b8b2b42fae9c72f /app_test.py | |
parent | Migration runner and migrations (#69) (diff) |
Gunicorn is super picky about when_ready arity
Diffstat (limited to 'app_test.py')
-rw-r--r-- | app_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app_test.py b/app_test.py index 96900ef3..150dd0b5 100644 --- a/app_test.py +++ b/app_test.py @@ -12,7 +12,7 @@ except KeyError: pass from app import manager -from gunicorn_config import when_ready +from gunicorn_config import _when_ready as when_ready from pysite.constants import DISCORD_OAUTH_REDIRECT, DISCORD_OAUTH_AUTHORIZED |