mirror of
https://github.com/searxng/searxng.git
synced 2025-07-23 13:19:17 +02:00
parent
575159b194
commit
1b10abfc92
4 changed files with 19 additions and 32 deletions
|
@ -15,7 +15,7 @@ LANGUAGE_CODES = [l[0] for l in languages]
|
|||
LANGUAGE_CODES.append('all')
|
||||
DISABLED = 0
|
||||
ENABLED = 1
|
||||
DOI_RESOLVERS = [r for r in settings['doi_resolvers'].keys()]
|
||||
DOI_RESOLVERS = list(settings['doi_resolvers'])
|
||||
|
||||
|
||||
class MissingArgumentException(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue