Core: Updated website references for TWBlue

This commit is contained in:
2023-12-31 12:20:06 -06:00
parent 47271cd34d
commit 8b5c47da28
5 changed files with 9 additions and 9 deletions

View File

@@ -899,7 +899,7 @@ class Controller(object):
except:
output.speak(_(u"An error happened while trying to connect to the server. Please try later."))
return
# There is no twblue.es/en, so if English is the language used this should be False anyway.
# There is no twblue.mcvsoftware.com/en, so if English is the language used this should be False anyway.
if response.status_code == 200 and lang != "en":
webbrowser.open_new_tab(final_url)
else:
@@ -915,7 +915,7 @@ class Controller(object):
except:
output.speak(_(u"An error happened while trying to connect to the server. Please try later."))
return
# There is no twblue.es/en, so if English is the language used this should be False anyway.
# There is no twblue.mcvsoftware.com/en, so if English is the language used this should be False anyway.
if response.status_code == 200 and lang != "en":
webbrowser.open_new_tab(final_url)
else: