From 4656a5f763185efec01000c30d72bbebd196d07e Mon Sep 17 00:00:00 2001 From: zxvv Date: Fri, 8 Jun 2018 14:42:12 -0500 Subject: [PATCH] fix typo Please ignore this if it's more efficient to fix other ways! --- mylar/nzbget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/nzbget.py b/mylar/nzbget.py index 9602f2bb..98aca8e8 100644 --- a/mylar/nzbget.py +++ b/mylar/nzbget.py @@ -95,7 +95,7 @@ class NZBGet(object): try: logger.fdebug('Now checking the active queue of nzbget for the download') queueinfo = self.server.listgroups() - except Expection as e: + except Exception as e: logger.warn('Error attempting to retrieve active queue listing: %s' % e) return {'status': False} else: