Skip to content

Commit

Permalink
fix: poetry: update miui server mirror
Browse files Browse the repository at this point in the history
Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
  • Loading branch information
yshalsager committed Mar 28, 2024
1 parent 7463890 commit 17b5044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xiaomi_firmware_updater/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def main(mode: str, links_file: Optional[Path] = None, roms_dir: Optional[
if hasattr(rom, 'path'):
input_file = str(rom.path)
else:
input_file = rom.link.replace("bigota.d.miui.com", "cdn-ota.azureedge.net")
input_file = rom.link.replace("bigota.d.miui.com", "cdnorg.d.miui.com")
out_files = []
if rom.codename in ARB_DEVICES:
firmware_creator = FlashableFirmwareCreator(input_file, 'nonarb', WORK_DIR)
Expand Down

0 comments on commit 17b5044

Please sign in to comment.