Fiexd more formatting errors

This commit is contained in:
Veronica K. B. Olsen
2020-08-13 21:01:52 +02:00
parent 4cf49bd80a
commit 832b5747df
8 changed files with 74 additions and 73 deletions
+1
View File
@@ -76,6 +76,7 @@ logging.addLevelName(VERBOSE, "VERBOSE")
def logVerbose(self, message, *args, **kws):
if self.isEnabledFor(VERBOSE):
self._log(VERBOSE, message, args, **kws)
logging.Logger.verbose = logVerbose
# Initiating logging