Fixed query to add url to get_notifier_providers function

pull/1420/head
wastingaeons 3 years ago committed by GitHub
parent c5b7fb603f
commit 833ecb34e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ def update_notifier():
def get_notifier_providers():
providers = TableSettingsNotifier.select(TableSettingsNotifier.name,
TableSettingsNotifier.enabled)\
TableSettingsNotifier.url)\
.where(TableSettingsNotifier.enabled == 1)\
.dicts()

Loading…
Cancel
Save