This generates
DEBUG [server.non_ui_views:323] HTTPSConnectionPool(host='version.salopensource.com', port=443): Read timed out. (read timeout=0.5)
so it should probably be changed to something that reflects the new maintainer or be removed.
|
response = requests.get('https://version.salopensource.com') |
This generates
DEBUG [server.non_ui_views:323] HTTPSConnectionPool(host='version.salopensource.com', port=443): Read timed out. (read timeout=0.5)so it should probably be changed to something that reflects the new maintainer or be removed.
sal/server/utils.py
Line 91 in 90727fd