Skip to content

Commit

Permalink
fixup! Update to Atoti Python API 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Dec 6, 2024
1 parent 4926415 commit 99311c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
async def main() -> None:
async with start_app(config=Config()) as session:
port = urlparse(session.url).port or 80
print(f"Session listening on port {port}")
print(f"Session listening on port {port}") # noqa: T201
await asyncio.to_thread(session.wait)


Expand Down

0 comments on commit 99311c3

Please sign in to comment.