removed state file as current state will be stored in scraper class

This commit is contained in:
2025-02-10 14:12:23 +01:00
parent 5e00df4e13
commit d1f562ce94
2 changed files with 0 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
data_file_name = None
log_file_name = None

View File

@@ -11,8 +11,6 @@ from app.logging_config import get_logger
from app.analysis import load_data, load_analysis_modules from app.analysis import load_data, load_analysis_modules
from app.state import log_file_name
print(f"A imported log_file_name: {log_file_name}") print(f"A imported log_file_name: {log_file_name}")
config = load_config() config = load_config()