Skip to content

Commit 259e9b5

Browse files
jcomeauictxpicnixz
andauthored
Update Lib/http/server.py
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 59f152a commit 259e9b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/http/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,5 +1337,5 @@ def finish_request(self, request, client_address):
13371337
port=args.port,
13381338
bind=args.bind,
13391339
protocol=args.protocol,
1340-
content_type=args.content_type
1340+
content_type=args.content_type,
13411341
)

0 commit comments

Comments
 (0)