Updated asyncio debugging.

This commit is contained in:
2025-02-18 12:38:44 +01:00
parent 3ccbe8be5c
commit ebb520dd4a
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
import pathlib
import asyncio
import logging
logging.basicConfig(level=logging.DEBUG)
from aiohttp import web
from aiohttp_session import (
get_session as session_get,