diff --git a/collect.py b/collect.py index ae46e06..3554a09 100644 --- a/collect.py +++ b/collect.py @@ -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