fix Desktop path error, revise main.py and update google writer tutorial
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.google.com/uc?id=1Uqgr9Y_kjoMoDoUwt80hv1EtFaisyztU&export=download",
|
||||
"path": "Desktop/GEOG2169_Course_Outline_2022-23.docx"
|
||||
"path": "/home/user/Desktop/GEOG2169_Course_Outline_2022-23.docx"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
{
|
||||
"type": "open",
|
||||
"parameters": {
|
||||
"path": "Desktop/GEOG2169_Course_Outline_2022-23.docx"
|
||||
"path": "/home/user/Desktop/GEOG2169_Course_Outline_2022-23.docx"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -60,7 +60,7 @@
|
||||
},
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "Desktop/GEOG2169_Course_Outline_2022-23.docx",
|
||||
"path": "/home/user/Desktop/GEOG2169_Course_Outline_2022-23.docx",
|
||||
"dest": "GEOG2169_Course_Outline_2022-23.docx"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user