chore: interpret bytes to string (#33774)

Co-authored-by: VerteDinde <vertedinde@electronjs.org>
This commit is contained in:
trop[bot]
2022-04-13 21:50:41 -07:00
committed by GitHub
parent a4fd0d3351
commit b76b7baab8

View File

@@ -56,7 +56,7 @@ def main():
new_content = get_content()
with open(index_json, "w") as f:
with open(index_json, "wb") as f:
f.write(new_content)
bucket, access_key, secret_key = s3_config()