correction de bug
This commit is contained in:
@@ -59,8 +59,7 @@ class SizedTimedRotatingFileHandler(handlers.TimedRotatingFileHandler):
|
||||
def shouldRollover(self, record):
|
||||
'''
|
||||
'''
|
||||
return handlers.TimedRotatingFileHandler.shouldRollover(self, record) or handlers.RotatingFileHa
|
||||
ndler.shouldRollover(self, record)
|
||||
return handlers.TimedRotatingFileHandler.shouldRollover(self, record) or handlers.RotatingFileHandler.shouldRollover(self, record)
|
||||
|
||||
def doRollover(self):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user