[fix] add default for "about" engine property

Fixes #732.
This commit is contained in:
Martin Fischer 2022-01-10 08:40:01 +01:00
parent 3fbefb4d99
commit 576e19dad1

View file

@ -44,6 +44,7 @@ ENGINE_DEFAULT_ARGS = {
"enable_http": False,
"display_error_messages": True,
"tokens": [],
"about": {},
}
# set automatically when an engine does not have any tab category
OTHER_CATEGORY = 'other'