mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-07 11:58:01 -05:00
This commit is contained in:
parent
978fe5bb63
commit
1044808638
@ -51,7 +51,7 @@ class NullHandler(logging.Handler):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class CensoredFormatter(logging.Formatter):
|
class CensoredFormatter(logging.Formatter, object):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(CensoredFormatter, self).__init__(*args, **kwargs)
|
super(CensoredFormatter, self).__init__(*args, **kwargs)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user