mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
uwsgi.ini: check if VIRTUAL_ENV actually set
remove debug print for fuzzy matching
This commit is contained in:
parent
0b4ceb9cde
commit
e9d04c71d3
@ -120,7 +120,6 @@ class FuzzyQuery:
|
|||||||
if 'end_key' in params:
|
if 'end_key' in params:
|
||||||
del params['end_key']
|
del params['end_key']
|
||||||
|
|
||||||
print(params)
|
|
||||||
return params
|
return params
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,11 +7,14 @@ master = true
|
|||||||
buffer-size = 65536
|
buffer-size = 65536
|
||||||
die-on-term = true
|
die-on-term = true
|
||||||
|
|
||||||
|
if-env = VIRTUAL_ENV
|
||||||
venv = $(VIRTUAL_ENV)
|
venv = $(VIRTUAL_ENV)
|
||||||
|
endif =
|
||||||
|
|
||||||
gevent = 100
|
gevent = 100
|
||||||
gevent-monkey-patch =
|
gevent-monkey-patch =
|
||||||
|
|
||||||
|
|
||||||
# specify config file here
|
# specify config file here
|
||||||
env = PYWB_CONFIG_FILE=config.yaml
|
env = PYWB_CONFIG_FILE=config.yaml
|
||||||
wsgi = pywb.apps.wayback
|
wsgi = pywb.apps.wayback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user