Skip to content

Commit

Permalink
Update extract.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OreoJuice committed May 16, 2023
1 parent 6c409cd commit c460bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import time

def continueQuestion():
# Asks user if they would like to run the program again
continueProgram = input("Would you like to extract again? [Y/N]: ")
if continueProgram.upper() == "Y":
print("...Running Program Again...")
Expand Down

0 comments on commit c460bb0

Please sign in to comment.