Adjust the default logging level

This commit is contained in:
Joe S 2021-01-23 17:04:13 -05:00
parent f5ef14dee8
commit cb99c6af49
1 changed files with 1 additions and 1 deletions

View File

@ -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: '))