diff --git a/collect.py b/collect.py index 364a394..1de2e3a 100644 --- a/collect.py +++ b/collect.py @@ -386,7 +386,7 @@ def main(): print("Delaying capture by {minutesToWait} minutes...") for i in range(minutesToWait): print(f"{i} ", end="", flush=True) - datetime.datetime.sleep(minutesToWait * 60) + datetime.sleep(minutesToWait * 60) print("Starting Collection")