Skip to content

Commit

Permalink
do not ignore ssl errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnotoad authored and ski7777 committed Jan 14, 2023
1 parent 8aea608 commit 96b3873
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ def __init__(self, filename, url, branch=MAIN_BRANCH, ignoreNotFound=False):
self.url = url.toDisplayString()
req = QNetworkRequest(url)
reply = self.get(req)
reply.ignoreSslErrors()
self.progress_percent = -1
self.ignoreNotFound = ignoreNotFound

Expand Down

0 comments on commit 96b3873

Please sign in to comment.