From f01aa970a7860be383a9f1e6768afc8845031f7f Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Mon, 16 Feb 2015 22:03:59 +0000 Subject: [PATCH] Revert fix for bug 1421561, it is fixed elsewhere. --- openlp/core/ui/firsttimeform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: