mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-21 20:35:05 +00:00
Change growl notifier location for Apprise update refactor.
This commit is contained in:
parent
026fc83142
commit
3b922bdeb2
2 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
||||||
* Update Tornado Web Server 6.4 (b3f2a4b) to 6.4.1 (2a0e1d1)
|
* Update Tornado Web Server 6.4 (b3f2a4b) to 6.4.1 (2a0e1d1)
|
||||||
* Update unidecode module 1.3.6 (4141992) to 1.3.8 (dfe397d)
|
* Update unidecode module 1.3.6 (4141992) to 1.3.8 (dfe397d)
|
||||||
* Update urllib3 2.0.7 (56f01e0) to 2.2.1 (54d6edf)
|
* Update urllib3 2.0.7 (56f01e0) to 2.2.1 (54d6edf)
|
||||||
|
* Change growl notifier location for Apprise update refactor
|
||||||
|
|
||||||
|
|
||||||
### 3.31.0 (2024-06-05 08:00:00 UTC)
|
### 3.31.0 (2024-06-05 08:00:00 UTC)
|
||||||
|
|
|
@ -18,7 +18,7 @@ import re
|
||||||
|
|
||||||
from .generic import Notifier, notify_strings
|
from .generic import Notifier, notify_strings
|
||||||
from exceptions_helper import ex
|
from exceptions_helper import ex
|
||||||
from lib.apprise.plugins.NotifyGrowl.gntp import notifier as growl_notifier
|
from lib.apprise.plugins.gntp import notifier as growl_notifier
|
||||||
import sickgear
|
import sickgear
|
||||||
|
|
||||||
from six import string_types
|
from six import string_types
|
||||||
|
|
Loading…
Reference in a new issue