Skip to content

Commit

Permalink
follow calibre
Browse files Browse the repository at this point in the history
  • Loading branch information
un-pogaz committed Oct 19, 2022
1 parent 216d87a commit a161546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SearchReplaceCalibre.py
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ def s_r_remove_query(self, *args):
self.query_field.setCurrentIndex(0)

if item_name in list(self.queries.keys()):
del(self.queries[item_name])
del self.queries[item_name]
self.queries.commit()

def s_r_save_query(self, *args):
Expand Down

0 comments on commit a161546

Please sign in to comment.