mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
[fix] resolve minor review issues
This commit is contained in:
parent
e45a269ecb
commit
dff879d07d
2 changed files with 25 additions and 23 deletions
|
@ -56,6 +56,9 @@ if not settings_path:
|
|||
with open(settings_path, 'r', encoding='utf-8') as settings_yaml:
|
||||
settings = safe_load(settings_yaml)
|
||||
|
||||
if settings['ui']['static_path']:
|
||||
static_path = settings['ui']['static_path']
|
||||
|
||||
'''
|
||||
enable debug if
|
||||
the environnement variable SEARX_DEBUG is 1 or true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue