Adjust the default logging level
This commit is contained in:
parent
f5ef14dee8
commit
cb99c6af49
|
@ -1,7 +1,7 @@
|
|||
from datetime import datetime
|
||||
import logging
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logging.basicConfig(level=logging.ERROR)
|
||||
|
||||
input_month = input('Input a month to analyse: ')
|
||||
input_day = int(input('Input a day of that month: '))
|
||||
|
|
Loading…
Reference in New Issue