Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDee Jayh <ruined1@gmail.com>2017-05-05 19:47:42 +0300
committerRuined1 <ruined1@gmail.com>2017-05-05 20:01:45 +0300
commit03825512fc74dc20f8613a1376cc819f940af4c0 (patch)
tree40fc9b4bd77854fe101d6d356ba87b662c395b46
parent4fda612c7b92b19c89ab721dc8e506e311d27499 (diff)
modified: dwt_about.pyv3.1.33.2.0
-rw-r--r--dwt_about.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwt_about.py b/dwt_about.py
index 1b046f0..1717934 100644
--- a/dwt_about.py
+++ b/dwt_about.py
@@ -169,7 +169,7 @@ class Licenses(wx.Dialog):
def update_check(parent):
try:
r = urllib2.urlopen('https://api.github.com/repos/10se1ucgo/DisableWinTracking/releases/latest')
- except URLError:
+ except urllib2.URLError:
return
value, parameters = cgi.parse_header(r.headers.get('Content-Type', ''))
release = json.loads(r.read().decode(parameters.get('charset', 'utf-8')))