Skip to content

Commit

Permalink
remove unused lang=
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Dec 12, 2023
1 parent 53e58f9 commit 4a45d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharedProcessors/GoogleChromeUpdateInfoProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def main(self):
update_request = f"""<?xml version="1.0" encoding="UTF-8"?>
<request protocol="3.0" requestid="{{{request_id}}}">
<os platform="{os}" version="{os_version}" />
<app appid="{chrome_appid}" lang="">
<app appid="{chrome_appid}">
<updatecheck />
</app>
</request>
Expand Down

0 comments on commit 4a45d7c

Please sign in to comment.