mirror of
https://github.com/evilhero/mylar
synced 2024-12-25 01:01:47 +00:00
FIX:(#264) NMA Notify On Snatch not working
This commit is contained in:
parent
71b9dc8e5b
commit
01d2494786
1 changed files with 1 additions and 1 deletions
|
@ -704,7 +704,7 @@ def config_write():
|
||||||
new_config['NMA']['nma_enabled'] = int(NMA_ENABLED)
|
new_config['NMA']['nma_enabled'] = int(NMA_ENABLED)
|
||||||
new_config['NMA']['nma_apikey'] = NMA_APIKEY
|
new_config['NMA']['nma_apikey'] = NMA_APIKEY
|
||||||
new_config['NMA']['nma_priority'] = NMA_PRIORITY
|
new_config['NMA']['nma_priority'] = NMA_PRIORITY
|
||||||
new_config['NMA']['nma_onsnatch'] = int(PROWL_ONSNATCH)
|
new_config['NMA']['nma_onsnatch'] = int(NMA_ONSNATCH)
|
||||||
|
|
||||||
new_config['Raw'] = {}
|
new_config['Raw'] = {}
|
||||||
new_config['Raw']['raw'] = int(RAW)
|
new_config['Raw']['raw'] = int(RAW)
|
||||||
|
|
Loading…
Reference in a new issue