Skip to content

Commit

Permalink
Merge pull request #408 from jnsebgosselin/update_kgsbrf_url
Browse files Browse the repository at this point in the history
PR: Use a https link instead of a http link to download the KGS_BRF tool
  • Loading branch information
jnsebgosselin committed Mar 8, 2022
2 parents c90ba2e + bfe978d commit 68a02ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwhat/brf_mod/kgs_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def install_kgsbrf(self):

print("Installing KGS_BRF software...", end=" ")
QApplication.setOverrideCursor(Qt.WaitCursor)
url = "http://www.kgs.ku.edu/HighPlains/OHP/index_program/KGS_BRF.zip"
url = "https://www.kgs.ku.edu/HighPlains/OHP/index_program/KGS_BRF.zip"
request = requests.get(url)
zfile = zipfile.ZipFile(io.BytesIO(request .content))

Expand Down

0 comments on commit 68a02ad

Please sign in to comment.