🤓 Added encoding.

Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
This commit is contained in:
Nikhil Badyal
2022-10-24 16:22:28 +05:30
committed by GitHub
parent 0a7cf83bd7
commit f70d31b313
+1 -1
View File
@@ -16,7 +16,7 @@ possible_archs = ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
def update_changelog(name: str, response: Dict[str, str]) -> None:
"""Updated Changelog."""
parent_repo = "https://github.com/nikhilbadyal/docker-py-revanced"
file1 = open("changelog.md", "a")
file1 = open("changelog.md", "a", encoding="utf_8")
collapse_start = f"\n<details> <summary>👀 {name} </summary>\n\n"
release_version = (
f"**Release Version** - [{response['tag_name']}]({response['html_url']})<br>"