core.common: deprecate outdated LazyLogger alias

This commit is contained in:
Dima Gerasimov 2024-08-16 12:12:40 +03:00
parent e0d1dbd533
commit 524655d9f8
13 changed files with 50 additions and 30 deletions

View file

@ -9,11 +9,11 @@ import json
# TODO pytz for timezone???
from .core.common import get_files, LazyLogger
from my.core import get_files, make_logger
from my.config import foursquare as config
logger = LazyLogger(__name__)
logger = make_logger(__name__)
def inputs():