mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
update versions.cfg to use the current up-to-date packages
This commit is contained in:
@@ -86,7 +86,7 @@ def load_engine(engine_data):
|
||||
continue
|
||||
if getattr(engine, engine_attr) is None:
|
||||
logger.error('Missing engine config attribute: "{0}.{1}"'
|
||||
.format(engine.name, engine_attr))
|
||||
.format(engine.name, engine_attr))
|
||||
sys.exit(1)
|
||||
|
||||
engine.stats = {
|
||||
@@ -106,7 +106,7 @@ def load_engine(engine_data):
|
||||
if engine.shortcut:
|
||||
if engine.shortcut in engine_shortcuts:
|
||||
logger.error('Engine config error: ambigious shortcut: {0}'
|
||||
.format(engine.shortcut))
|
||||
.format(engine.shortcut))
|
||||
sys.exit(1)
|
||||
engine_shortcuts[engine.shortcut] = engine.name
|
||||
return engine
|
||||
|
||||
Reference in New Issue
Block a user