1
0
mirror of synced 2024-09-23 19:08:21 +02:00

Remove cache instantiation from proxy since it doesn't use production cache.

This commit is contained in:
Jennifer Taylor 2023-08-13 19:49:56 +00:00
parent 5c598508b4
commit e4010e0fc9

View File

@ -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)