Skip to content

Commit 6b2afc6

Browse files
authored
Merge pull request #1 from Eeems/patch-1
Update to use latest text for toltec support
2 parents 68d51bf + a723a1e commit 6b2afc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def get_latest_toltec_supported(self):
5959
console.print("Getting latest [yellow bold]toltec supported[/yellow bold] version")
6060
site_body_html = requests.get('https://toltec-dev.org/').text # or /raw ?
6161

62-
return re.search('Toltec only supports OS builds up to and including OS(.*)\. You will soft-brick', site_body_html).group(1).strip()
62+
return re.search('Toltec does not support OS builds newer than (.*)\. You will soft-brick', site_body_html).group(1).strip()
6363

6464
def get_latest_update(self):
6565
data = self._generate_xml_data()

0 commit comments

Comments
 (0)