removed state file as current state will be stored in scraper class
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
data_file_name = None
|
|
||||||
log_file_name = None
|
|
||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user