logger: updated

This commit is contained in:
Intel1
2018-01-15 16:27:50 -05:00
committed by GitHub
parent 02abbfcc64
commit ba2a6c682e

View File

@@ -76,3 +76,8 @@ def error(texto=""):
xbmc.log("######## ERROR #########", xbmc.LOGERROR)
xbmc.log(texto, xbmc.LOGERROR)
class WebErrorException(Exception):
def __init__(self, *args, **kwargs):
Exception.__init__(self, *args, **kwargs)