Browse Source

Adding knovabot

pull/7206/head^2
charlie 8 years ago
parent
commit
1b6209807c
  1. 2
      couchpotato/core/notifications/base.py

2
couchpotato/core/notifications/base.py

@ -11,7 +11,7 @@ class Notification(Provider):
type = 'notification'
default_title = Env.get('appname')
default_title = "KnovaBot"
test_message = 'ZOMG Lazors Pewpewpew!'
listen_to = [

Loading…
Cancel
Save