From 8534bfaf3f75435e18489eb363bf04786ba79255 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Mon, 14 May 2018 20:49:44 +0100 Subject: Gunicorn is super picky about when_ready arity --- app_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app_test.py') 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 -- cgit v1.2.3