Adjust the default logging level

This commit is contained in:
Joe S
2021-01-23 17:04:13 -05:00
parent f5ef14dee8
commit cb99c6af49

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