typo in datetime
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user