Skip to content

Commit

Permalink
Update make.py
Browse files Browse the repository at this point in the history
- Fixed issue with Bing Auth file
  • Loading branch information
Kaister300 authored Oct 28, 2024
1 parent cecbc47 commit a4664cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def build_bing_auth(dest_dir, auth):
None
"""
with open(f"{dest_dir}/BingSiteAuth.xml", "w", encoding="utf-8") as file:
file.write('<?xml version="1.0">\n')
file.write('<?xml version="1.0"?>\n')
file.write("<users>\n")
file.write(f" <user>{auth}</user>\n")
file.write("</users>")
Expand Down

0 comments on commit a4664cb

Please sign in to comment.