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