Commit d8bf198c178b252f97e80d0e1003553619c8c540
1 parent
bdab1182
Exists in
master
ENH: Changed to https InVesalius update link
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/utils.py
@@ -400,7 +400,7 @@ def UpdateCheck(): | @@ -400,7 +400,7 @@ def UpdateCheck(): | ||
400 | 400 | ||
401 | # Fetch update data from server | 401 | # Fetch update data from server |
402 | import invesalius.constants as const | 402 | import invesalius.constants as const |
403 | - url = "http://www.cti.gov.br/dt3d/invesalius/update/checkupdate.php" | 403 | + url = "https://www.cti.gov.br/dt3d/invesalius/update/checkupdate.php" |
404 | headers = { 'User-Agent' : 'Mozilla/5.0 (compatible; MSIE 5.5; Windows NT)' } | 404 | headers = { 'User-Agent' : 'Mozilla/5.0 (compatible; MSIE 5.5; Windows NT)' } |
405 | data = {'update_protocol_version' : '1', | 405 | data = {'update_protocol_version' : '1', |
406 | 'invesalius_version' : const.INVESALIUS_VERSION, | 406 | 'invesalius_version' : const.INVESALIUS_VERSION, |