better try
This commit is contained in:
@@ -367,10 +367,10 @@ def is_two_digit_number(number):
|
||||
def main():
|
||||
welcome()
|
||||
|
||||
minutes = int(input("Enter the duration in minutes: "))
|
||||
minutesToWait = int(input("Enter the delay before capture in minutes: "))
|
||||
|
||||
try:
|
||||
minutes = int(input("Enter the duration in minutes: "))
|
||||
minutesToWait = int(input("Enter the delay before capture in minutes: "))
|
||||
|
||||
if not minutesToWait:
|
||||
minutesToWait = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user