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