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