diff --git a/collect.py b/collect.py index 1de2e3a..85f11c8 100644 --- a/collect.py +++ b/collect.py @@ -7,6 +7,7 @@ import shutil import socket import platform import tarfile +import time from datetime import datetime @@ -386,7 +387,7 @@ def main(): print("Delaying capture by {minutesToWait} minutes...") for i in range(minutesToWait): print(f"{i} ", end="", flush=True) - datetime.sleep(minutesToWait * 60) + time.sleep(minutesToWait * 60) print("Starting Collection")