Skip to content

Commit

Permalink
Emergency patch for update-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeil committed Jan 5, 2022
1 parent 49aced0 commit ef19f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def display_update_dialog():
msg_box.setStandardButtons(QMessageBox.Ok)
else:
if result[3]:
download_link = '<a href="{result[3]}">Neueste Version jetzt herunterladen</a>'
download_link = f'<a href="{result[3]}">Neueste Version jetzt herunterladen</a>'
else:
download_link = 'Noch kein Download für die aktuelle Plattform verfügbar.<br>' \
'Bitte versuche es später erneut.'
Expand Down

0 comments on commit ef19f58

Please sign in to comment.