1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00
This commit is contained in:
echel0n 2014-12-18 16:12:46 -08:00
parent b27e8e88a5
commit 88af4c905a

View File

@ -26,7 +26,6 @@ import platform
import sickbeard import sickbeard
from sickbeard import classes from sickbeard import classes
from sickbeard.exceptions import ex
from github import Github from github import Github
from pastebin import PastebinAPI from pastebin import PastebinAPI
@ -181,7 +180,7 @@ class Logger(object):
classes.ErrorViewer.clear() classes.ErrorViewer.clear()
except Exception as e: except Exception as e:
self.log(ex(e), logger.ERROR) self.log(sickbeard.exceptions.ex(e), logger.ERROR)
class Wrapper(object): class Wrapper(object):