결과물 파일명 변경
This commit is contained in:
@ -1227,8 +1227,8 @@ def main():
|
|||||||
start_kst = datetime.now(KST)
|
start_kst = datetime.now(KST)
|
||||||
timestamp = start_kst.strftime('%Y%m%d_%H%M%S')
|
timestamp = start_kst.strftime('%Y%m%d_%H%M%S')
|
||||||
|
|
||||||
log_file_path = OUTPUT_DIR / f"ds-new-user-fixed-analysis_{timestamp}.log"
|
log_file_path = OUTPUT_DIR / f"ds-new_user_analy-{timestamp}.log"
|
||||||
csv_file_path = OUTPUT_DIR / f"ds-new-user-fixed_{timestamp}.csv"
|
csv_file_path = OUTPUT_DIR / f"dds-new_user_analy-{timestamp}.csv"
|
||||||
|
|
||||||
logger = setup_logging(str(log_file_path))
|
logger = setup_logging(str(log_file_path))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user