style corrections, documentation, duplicate removal, flow improvement

This commit is contained in:
2024-07-25 17:15:18 +02:00
parent 80b3d5b012
commit 2863c99d7c
12 changed files with 314 additions and 348 deletions

View File

@@ -14,6 +14,6 @@ OSM_CACHE_DIR = Path(cache_dir_string)
logger = logging.getLogger(__name__)
logging.basicConfig(
level = logging.DEBUG,
level = logging.INFO,
format = '%(asctime)s - %(name)s\t- %(levelname)s\t- %(message)s'
)