Beremiz.py
changeset 1780 c52d1460cea8
parent 1752 d14ff9d7eb76
child 1790 47fc06c13b37
--- a/Beremiz.py	Sat Aug 19 17:17:54 2017 +0300
+++ b/Beremiz.py	Sat Aug 19 18:12:20 2017 +0300
@@ -161,7 +161,7 @@
                 try:
                     import urllib2
                     updateinfo = urllib2.urlopen(self.updateinfo_url, None).read()
-                except:
+                except Exception:
                     updateinfo = _("update info unavailable.")
 
             from threading import Thread