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.usercontent.google.com/download?id=1u7CFVr5bWti7OnhvyjtSdQolzy0lYicm&export=download&authuser=0&confirm=t&uuid=18498a7c-9b52-4c00-a2cc-2e8b521c4d9c&at=APZUnTX0R_TRccU_UmtJWXZ6On3x:1704890439561",
|
||||
"path": "Desktop/Interstellar Movie - Official Trailer.mp4"
|
||||
"path": "/home/user/Desktop/Interstellar Movie - Official Trailer.mp4"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -23,7 +23,7 @@
|
||||
"--start-time=120.5",
|
||||
"--stop-time=121",
|
||||
"--play-and-pause",
|
||||
"Desktop/Interstellar Movie - Official Trailer.mp4"
|
||||
"/home/user/Desktop/Interstellar Movie - Official Trailer.mp4"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -63,7 +63,7 @@
|
||||
},
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "Desktop/interstellar.png",
|
||||
"path": "/home/user/Desktop/interstellar.png",
|
||||
"dest": "interstellar.png"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user