We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
on_conflict_do_nothing
1 parent ce7ed6c commit 21c9e54Copy full SHA for 21c9e54
1 file changed
bazarr/app/notifier.py
@@ -37,7 +37,8 @@ def update_notifier():
37
38
database.execute(
39
insert(TableSettingsNotifier)
40
- .values(notifiers_added))
+ .values(notifiers_added)
41
+ .on_conflict_do_nothing())
42
43
44
def get_notifier_providers():
0 commit comments