Merging upstream version 3.0.30.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
dd7a66a4f1
commit
3707c10a3c
35 changed files with 212 additions and 195 deletions
|
@ -25,7 +25,7 @@ async def print_counter() -> None:
|
|||
Coroutine that prints counters and saves it in a global variable.
|
||||
"""
|
||||
while True:
|
||||
print("Counter: %i" % counter[0])
|
||||
print(f"Counter: {counter[0]}")
|
||||
counter[0] += 1
|
||||
await asyncio.sleep(3)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue