change debug detection
This commit is contained in:
parent
cd8970d599
commit
c145919877
@ -13,7 +13,7 @@ from sanic_ext import Extend
|
|||||||
from utils import get_j2env, get_sort_icon, get_sort_link, resolve_path, list_dir
|
from utils import get_j2env, get_sort_icon, get_sort_link, resolve_path, list_dir
|
||||||
|
|
||||||
|
|
||||||
DEBUG = environ.get('ENV', '').upper() != 'PRODUCTION'
|
DEBUG = Path('.debug').exists()
|
||||||
|
|
||||||
app = Sanic('autoindex', strict_slashes=True)
|
app = Sanic('autoindex', strict_slashes=True)
|
||||||
Extend(app)
|
Extend(app)
|
||||||
|
Loading…
Reference in New Issue
Block a user