Please ignore this if it's more efficient to fix other ways!
This commit is contained in:
zxvv 2018-06-08 14:42:12 -05:00 committed by evilhero
parent 61e128f734
commit 4656a5f763
1 changed files with 1 additions and 1 deletions

View File

@ -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: