Skip to content

Commit bc71a03

Browse files
committed
Update main.ipynb
1 parent 7930c3a commit bc71a03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"cell_type": "code",
15-
"execution_count": 3,
15+
"execution_count": null,
1616
"id": "ce53e9e0",
1717
"metadata": {},
1818
"outputs": [
@@ -31,8 +31,8 @@
3131
}
3232
],
3333
"source": [
34-
"source = r\"D:\\1_Postdoc\\2_Projects\\202508_Data_Auto_Transfering\\Data\"\n",
35-
"destination = r\"D:\\1_Postdoc\\2_Projects\\202508_Data_Auto_Transfering\\Data_Auto_Transfer\"\n",
34+
"source = r\"D:\\EC-Tower-Data\"\n",
35+
"destination = r\"D:\\Download\"\n",
3636
"days = 30\n",
3737
"\n",
3838
"transfer_recent_files(source, destination, days)"

0 commit comments

Comments
 (0)