typo in datetime

This commit is contained in:
Marc Mance
2024-07-31 18:11:20 -04:00
parent b59192baf1
commit e56ddcf545

View File

@@ -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")