diff --git a/apprise/plugins/NotifyEmby.py b/apprise/plugins/NotifyEmby.py index bea4d2b5..bf9066cc 100644 --- a/apprise/plugins/NotifyEmby.py +++ b/apprise/plugins/NotifyEmby.py @@ -682,7 +682,7 @@ class NotifyEmby(NotifyBase): try: self.logout() - except LookupError: + except LookupError: # pragma: no cover # Python v3.5 call to requests can sometimes throw the exception # "/usr/lib64/python3.7/socket.py", line 748, in getaddrinfo # LookupError: unknown encoding: idna