We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a65066 commit 548cc59Copy full SHA for 548cc59
1 file changed
openandroidinstaller/utils.py
@@ -22,7 +22,7 @@
22
23
def get_download_link(devicecode: str) -> Optional[str]:
24
"""Check if a lineageOS version for this device exists on download.lineageos.com and return the respective download link."""
25
- url = f"https://download.lineageos.org/{devicecode.lower()}"
+ url = f"https://download.lineageos.org/{devicecode}"
26
try:
27
logger.info(f"Checking {url}")
28
# Get Url
0 commit comments