Show More
@@ -634,7 +634,7 b' class Inspector(Colorable):' | |||||
634 | if k in ("text/html", "text/plain"): |
|
634 | if k in ("text/html", "text/plain"): | |
635 | continue |
|
635 | continue | |
636 | else: |
|
636 | else: | |
637 | new_b = bundle[k] # type:ignore |
|
637 | new_b[k] = bundle[k] # type:ignore | |
638 | return new_b |
|
638 | return new_b | |
639 |
|
639 | |||
640 | def _append_info_field( |
|
640 | def _append_info_field( |
General Comments 0
You need to be logged in to leave comments.
Login now