Prompt user for a new DVD when ripping is finished
This commit is contained in:
5
main.py
5
main.py
@@ -65,4 +65,9 @@ print("-----------------------------------------------")
|
||||
input("-------- Press enter to open dvd drive --------\n-----------------------------------------------\n")
|
||||
openDrive.open()
|
||||
|
||||
while True:
|
||||
waitForDvd()
|
||||
print("-----------------------")
|
||||
print("- DVD has been ripped -")
|
||||
print("-----------------------")
|
||||
openDrive.open()
|
||||
Reference in New Issue
Block a user