1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-05 17:05:03 -05:00
This commit is contained in:
echel0n 2014-12-21 05:04:26 -08:00
parent 978fe5bb63
commit 1044808638

View File

@ -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)