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 403fe01 commit ccef0a8Copy full SHA for ccef0a8
adafruit_httpserver/server.py
@@ -508,7 +508,7 @@ def _debug_started_server(server: "Server"):
508
509
510
def _debug_response_sent(response: "Response", time_elapsed: float):
511
- """Prints a message when after a response is sent."""
+ """Prints a message after a response is sent."""
512
# pylint: disable=protected-access
513
client_ip = response._request.client_address[0]
514
method = response._request.method
0 commit comments