string to fstring
This commit is contained in:
@@ -384,7 +384,7 @@ def main():
|
|||||||
minutesToWait = 0
|
minutesToWait = 0
|
||||||
|
|
||||||
if minutesToWait:
|
if minutesToWait:
|
||||||
print("Delaying capture by {minutesToWait} minutes...")
|
print(f"Delaying capture by {minutesToWait} minutes...")
|
||||||
for i in range(minutesToWait):
|
for i in range(minutesToWait):
|
||||||
print(f"{i} ", end="", flush=True)
|
print(f"{i} ", end="", flush=True)
|
||||||
time.sleep(minutesToWait * 60)
|
time.sleep(minutesToWait * 60)
|
||||||
|
|||||||
Reference in New Issue
Block a user