diff --git a/playground/activity_sheet_backup.py b/playground/activity_sheet_backup.py index 4042477..f2bf6b7 100644 --- a/playground/activity_sheet_backup.py +++ b/playground/activity_sheet_backup.py @@ -343,7 +343,7 @@ async def main(debug: bool = False): print("...") print(activity_df[-10:].to_string()) print(len(activity_df)) - activity_df.to_csv(r"/home/developer/Downloads/TaskManager - Data Matched.csv", index = False) + activity_df.to_csv(r"/home/developer/Downloads/TaskManager - Data Matched - 20250203.csv", index = False) # *****************************************************************************************************************