Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Dec 30, 2024
1 parent d62cf17 commit 24a8fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/SoftwareUpdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def checkTraficLight(self):
if status is None:
message = _("You can't update the software because %s can not be reached.") % ("http://downloads.openpli.org")
abort = True
else
else:
# try to fetch the trafficlight json from the website
url = "https://openpli.org/trafficlight"
try:
Expand Down

0 comments on commit 24a8fa9

Please sign in to comment.