Skip to content

Commit

Permalink
[docs] Python版exampleで、asyncやawaitは必須であることをコメントで書いておく (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 27, 2023
1 parent 1f12841 commit 47d5ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/python/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
)


# asyncやawaitは必須です。
async def main() -> None:
logging.basicConfig(format="[%(levelname)s] %(name)s: %(message)s")
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 47d5ab3

Please sign in to comment.