Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Update help_view.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tonquer committed Nov 18, 2022
1 parent 3389b7a commit c5b444e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/help/help_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def UpdateText(self, label, text, color, enable):
return

def OpenUrl(self):
UrlList = [config.Issues1, config.Issues2, config.Issues3],
UrlList = [config.Issues1, config.Issues2, config.Issues3]
url = UrlList[0] if self.checkUpdateIndex >= len(UrlList) else UrlList[self.checkUpdateIndex]
QDesktopServices.openUrl(QUrl(url))

Expand Down

0 comments on commit c5b444e

Please sign in to comment.