mirror of
https://github.com/evilhero/mylar
synced 2025-03-06 19:38:02 +00:00
Update config.py
This commit is contained in:
parent
5251d0aa54
commit
10eb158e25
1 changed files with 0 additions and 5 deletions
|
@ -155,11 +155,6 @@ _CONFIG_DEFINITIONS = OrderedDict({
|
|||
'PROWL_KEYS': (str, 'Prowl', None),
|
||||
'PROWL_ONSNATCH': (bool, 'Prowl', False),
|
||||
|
||||
'NMA_ENABLED': (bool, 'NMA', False),
|
||||
'NMA_APIKEY': (str, 'NMA', None),
|
||||
'NMA_PRIORITY': (int, 'NMA', 0),
|
||||
'NMA_ONSNATCH': (bool, 'NMA', False),
|
||||
|
||||
'PUSHOVER_ENABLED': (bool, 'PUSHOVER', False),
|
||||
'PUSHOVER_PRIORITY': (int, 'PUSHOVER', 0),
|
||||
'PUSHOVER_APIKEY': (str, 'PUSHOVER', None),
|
||||
|
|
Loading…
Add table
Reference in a new issue