From e56ddcf54564f615d90ead3fe2773a7c8bc72a80 Mon Sep 17 00:00:00 2001 From: Marc Mance Date: Wed, 31 Jul 2024 18:11:20 -0400 Subject: [PATCH] typo in datetime --- collect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")