Skip to content

Commit 4df50b8

Browse files
committed
Default notification format now "HTML color"
1 parent a3a3ab0 commit 4df50b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changedetectionio/notification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
default_notification_format_for_watch = 'System default'
26-
default_notification_format = 'Text'
26+
default_notification_format = 'HTML Color'
2727
default_notification_body = '{{watch_url}} had a change.\n---\n{{diff}}\n---\n'
2828
default_notification_title = 'ChangeDetection.io Notification - {{watch_url}}'
2929

0 commit comments

Comments
 (0)