dealfront_enrichment.py aktualisiert
This commit is contained in:
@@ -25,7 +25,7 @@ logging.getLogger("selenium").setLevel(logging.WARNING)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
# Log-Datei einrichten
|
||||
log_filename = f"dealfront_run_{time.strftime('%Y%m%d-%H%M%S')}.log"
|
||||
log_filename = f"dealfront_run_{time.strftime('%Y%m%d-%H%M%S')}.txt"
|
||||
log_filepath = os.path.join(OUTPUT_DIR, log_filename)
|
||||
try:
|
||||
os.makedirs(OUTPUT_DIR, exist_ok=True)
|
||||
|
||||
Reference in New Issue
Block a user