diff --git a/collect.py b/collect.py index 85f11c8..494ffb0 100644 --- a/collect.py +++ b/collect.py @@ -384,7 +384,7 @@ def main(): minutesToWait = 0 if minutesToWait: - print("Delaying capture by {minutesToWait} minutes...") + print(f"Delaying capture by {minutesToWait} minutes...") for i in range(minutesToWait): print(f"{i} ", end="", flush=True) time.sleep(minutesToWait * 60)