string to fstring

This commit is contained in:
Marc Mance
2024-07-31 18:12:36 -04:00
parent c3644eaa41
commit 1609d7fbe2

View File

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