mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix typo
This commit is contained in:
parent
9dd7d58618
commit
cea8fd3216
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class pyTivoNotifier:
|
|||
logger.log(u"pyTivo notification: Error, failed to reach a server - " + e.reason, logger.ERROR)
|
||||
return False
|
||||
elif hasattr(e, 'code'):
|
||||
logger.log(u"pyTivo notification: Error, the server couldn't fulfill the request - ", + e.code, logger.ERROR)
|
||||
logger.log(u"pyTivo notification: Error, the server couldn't fulfill the request - " + e.code, logger.ERROR)
|
||||
return False
|
||||
except Exception, e:
|
||||
logger.log(u"PYTIVO: Unknown exception: " + ex(e), logger.ERROR)
|
||||
|
|
Loading…
Reference in a new issue