mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Update gntp-1.0.3
This commit is contained in:
parent
624ae06b35
commit
e55576fd80
6 changed files with 15 additions and 26 deletions
|
@ -69,7 +69,8 @@ class GrowlNotifier(object):
|
|||
then we return False
|
||||
'''
|
||||
logger.info('Checking icon')
|
||||
return gntp.shim.u(data).startswith('http')
|
||||
|
||||
return gntp.shim.u(data)[:4] in ['http', 'file']
|
||||
|
||||
def register(self):
|
||||
"""Send GNTP Registration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue