Fix uploading

This commit is contained in:
hyvenet
2025-08-22 20:00:14 +01:00
parent 35633b93ca
commit 2085d06d0f
2 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ def ripDvd(driveName):
movieName = driveName
os.system('HandBrakeCLI -i /dev/sr0 -o output/"' + movieName + '.mp4" --preset-import-file preset.json')
print("- Movie has been ripped, will now procede to upload file")
uploadresults.upload()
print("- Movie has been uploaded")
def waitForDvd():