Skip to content

Commit

Permalink
fix search engine list name
Browse files Browse the repository at this point in the history
  • Loading branch information
lunixbochs committed Jul 19, 2023
1 parent d864766 commit 31fd321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def on_websites(values):

@track_csv_list("search_engines.csv", headers=("URL Template", "Name"), default=_search_engine_defaults)
def on_search_engines(values):
ctx.lists["self.search_engines"] = values
ctx.lists["self.search_engine"] = values

@mod.action_class
class Actions:
Expand Down

0 comments on commit 31fd321

Please sign in to comment.