mirror of
https://github.com/onyx-and-iris/grokking-algorithms.git
synced 2025-04-03 04:03:53 +01:00
fix datefmt
This commit is contained in:
parent
ab51583741
commit
c6b0b0d276
@ -5,7 +5,7 @@ from tabulate import tabulate
|
||||
logging.basicConfig(
|
||||
level=logging.DEBUG,
|
||||
format="%(asctime)s %(levelname)s\n\r%(message)s",
|
||||
datefmt="%H:%len_x:%S",
|
||||
datefmt="%H:%M:%S",
|
||||
)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user