chore: interpret bytes to string (#33772)

Co-authored-by: VerteDinde <vertedinde@electronjs.org>
This commit is contained in:
trop[bot]
2022-04-14 06:28:46 -07:00
committed by GitHub
parent b60dfe4117
commit 2fef020e06

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()