We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49cf15 commit cb33996Copy full SHA for cb33996
frameworks/Python/aiohttp/app/app.py
@@ -11,4 +11,4 @@
11
args = parser.parse_args()
12
13
app = create_app()
14
- web.run_app(app, path=args.socket)
+ web.run_app(app, path=args.socket, access_log=None)
frameworks/Python/aiohttp/requirements.txt
@@ -1,4 +1,4 @@
1
-aiohttp==3.11.16
+aiohttp==3.11.18
2
asyncpg==0.30.0
3
jinja2==3.1.6
4
SQLAlchemy==2.0.40
0 commit comments