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 May 23, 2023
1 parent 2b3f774 commit 292cad7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 292cad7

Please sign in to comment.