Skip to content

Commit 259e9b5

Browse files
jcomeauictxpicnixz
andauthored
Update Lib/http/server.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 59f152a commit 259e9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)