string to fstring
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user