diff --git a/openlp/core/ui/firsttimeform.py b/openlp/core/ui/firsttimeform.py index d92866bc4..8e5ab219f 100644 --- a/openlp/core/ui/firsttimeform.py +++ b/openlp/core/ui/firsttimeform.py @@ -449,7 +449,7 @@ class FirstTimeForm(QtGui.QWizard, UiFirstTimeWizard, RegistryProperties): site = urllib.request.urlopen(url, timeout=CONNECTION_TIMEOUT) meta = site.info() return int(meta.get("Content-Length")) - except ConnectionError: + except ConnectionException: if retries > CONNECTION_RETRIES: raise else: