Skip to content

Commit

Permalink
data_generator: remove super and ultimate mirrors for now
Browse files Browse the repository at this point in the history
  • Loading branch information
yshalsager committed Dec 7, 2023
1 parent 8369c9b commit 67828b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data_generator/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,6 @@ def generate_miui_latest_table(item):
"xiaomi-miui-ota-update.ks3-cn-beijing.ksyun.com",
"airtel.bigota.d.miui.com",
"hugeota.d.miui.com",
"superota.d.miui.com",
"ultimota.d.miui.com",
]

miui_download_button_template = """<button type="button" id="download" class="btn btn-primary" style="margin: 7px;" onclick="window.open('$link', '_blank');"><i class="fa fa-download"></i> Full ROM Mirror $idx</button>"""
Expand Down

0 comments on commit 67828b7

Please sign in to comment.