Initial commit
This commit is contained in:
3
src/timelogger/timelogger.py
Normal file
3
src/timelogger/timelogger.py
Normal file
@ -0,0 +1,3 @@
|
||||
import logging
|
||||
|
||||
logging.basicConfig(level=logging.ERROR, filename="timelogger.log")
|
Reference in New Issue
Block a user