JustAnotherArchivist пре 4 година
родитељ
комит
4d0a4c8c8e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      http2irc.py

+ 1
- 1
http2irc.py Прегледај датотеку

@@ -652,7 +652,7 @@ class WebServer:
self._configChanged.clear()

async def post(self, request):
self.logger.info(f'Received request {id(request)} from {request.remote!r} for {request.path!r}')
self.logger.info(f'Received request {id(request)} from {request.remote!r} for {request.path!r} with body {(await request.read())!r}')
try:
channel, auth, module, moduleargs = self._paths[request.path]
except KeyError:


Loading…
Откажи
Сачувај