diff --git a/check_x_capacity.py b/check_x_capacity.py index a316593..1d81e8a 100755 --- a/check_x_capacity.py +++ b/check_x_capacity.py @@ -8,6 +8,8 @@ logging.basicConfig( ) logging.info("TEST: Logging is configured and working.") +logger = logging.getLogger(__name__) + from datetime import datetime, timezone from foodie_utils import ( AUTHORS, check_author_rate_limit, load_json_file,