fix: review findings - OUTPUT_DIR centralised, no hardcoded vwts.ru, normal imports
This commit is contained in:
@@ -8,10 +8,8 @@
|
||||
"""
|
||||
|
||||
import sys, logging
|
||||
from pathlib import Path
|
||||
from .config import OUTPUT_DIR
|
||||
|
||||
# Настройка логирования
|
||||
OUTPUT_DIR = Path("vwts_data")
|
||||
OUTPUT_DIR.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
logging.basicConfig(
|
||||
|
||||
Reference in New Issue
Block a user