Changeset 1045:110ed385e042 for src
- Timestamp:
- 04/04/22 14:04:11 (3 years ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/config.py
r1044 r1045 781 781 Config.DEFAULT_UPDATE_URL) # + 782 782 #("/exp" if secondaryInstallation else "")) 783 784 if self._updateURL.find("update/new")>0 or \ 785 self._updateURL.find("update/py3")>0: 786 self._updateURL = "https://mlx.varadiistvan.hu/update" 787 self._updateURLUpdated = False 783 788 if self._updateURL.startswith("http://") and not self._updateURLUpdated: 784 789 self._updateURL = "https://" + self._updateURL[7:]
Note:
See TracChangeset
for help on using the changeset viewer.