From 69aef318651f4321bbffb3091f2d31aa98fb85c7 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sat, 28 Oct 2023 00:17:39 +0900 Subject: [PATCH] =?UTF-8?q?async=E3=82=84await=E3=81=AF=E5=BF=85=E9=A0=88?= =?UTF-8?q?=E3=81=A7=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/python/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/example/python/run.py b/example/python/run.py index 04feef83e..922f4d3a5 100644 --- a/example/python/run.py +++ b/example/python/run.py @@ -16,6 +16,7 @@ ) +# asyncやawaitは必須です。 async def main() -> None: logging.basicConfig(format="[%(levelname)s] %(name)s: %(message)s") logger = logging.getLogger(__name__)