Skip to content

Commit aaccb8e

Browse files
committed
now.
1 parent ba0ca81 commit aaccb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/block_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def my_open(*args, **kwargs):
6262
b'\n </head>'
6363
)
6464

65-
return io.BytesIO(file_contents.decode()) # return bytes
65+
return io.BytesIO(file_contents) # return bytes
6666
else:
6767
return original_open(*args, **kwargs)
6868

0 commit comments

Comments
 (0)