mirror of
https://github.com/evilhero/mylar
synced 2025-01-05 06:21:07 +00:00
fix typo
Please ignore this if it's more efficient to fix other ways!
This commit is contained in:
parent
61e128f734
commit
4656a5f763
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue