🎨 Extracted common parser string (#285)

This commit is contained in:
Nikhil Badyal
2023-08-15 16:26:08 +05:30
committed by GitHub
parent 86b6770b21
commit d35f93ef77
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -23,6 +23,7 @@ apk_mirror_header = {
"Authorization": "Basic YXBpLWFwa3VwZGF0ZXI6cm01cmNmcnVVakt5MDRzTXB5TVBKWFc4",
"Content-Type": "application/json",
}
bs4_parser = "html.parser"
def update_changelog(name: str, response: Dict[str, str]) -> None: