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