Fixed query to add url to get_notifier_providers function

This commit is contained in:
wastingaeons 2021-05-28 14:40:03 -07:00 committed by GitHub
parent c5b7fb603f
commit 833ecb34e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()