diff --git a/bemani/wsgi/proxy.wsgi b/bemani/wsgi/proxy.wsgi index 1771aaa..770a6df 100644 --- a/bemani/wsgi/proxy.wsgi +++ b/bemani/wsgi/proxy.wsgi @@ -1,7 +1,6 @@ -from bemani.utils.proxy import app, load_config, instantiate_cache +from bemani.utils.proxy import app, load_config # Assumes a proxy yaml in the same directory as this WSGI # file. Also assumes that your uWSGI instance is configured with a # virtualenv that includes the installed version of this repo. load_config('proxy.yaml') -instantiate_cache(app)