Skip to content
Snippets Groups Projects
Commit 904d1f9d authored by Thomas Weber's avatar Thomas Weber
Browse files

fixed typo

parent afce6631
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ import sys
logging.basicConfig(
format='%(asctime)s - %(levelname)s - %(message)s',
datefmt='%m/%d/%Y %I:%M:%S %p',
level=logging.INFO#,
level=logging.INFO,
filename='log.txt'
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment