diff --git a/autoindex.py b/autoindex.py index 7ff4ae8..3054abc 100644 --- a/autoindex.py +++ b/autoindex.py @@ -12,7 +12,7 @@ from sanic_cors import CORS from utils import get_j2env, get_sort_icon, get_sort_link, resolve_path, list_dir -DEBUG = environ.get('ENV', '').upper() != 'PRODUCTION' +DEBUG = True # environ.get('ENV', '').upper() != 'PRODUCTION' app = Sanic('autoindex') cors = CORS(app)