X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=apt_p2p%2Futil.py;h=51582f77ac2ef1d6554e7f60bcd178a251c6c487;hb=3a40bdc7125e5a4595779fe663b1f4a83c3b2a03;hp=ec0287cec4bc9790ad348a232d769644844b7445;hpb=a9f0deccc4673d5332622ce40407ff009af6c8a3;p=quix0rs-apt-p2p.git diff --git a/apt_p2p/util.py b/apt_p2p/util.py index ec0287c..51582f7 100644 --- a/apt_p2p/util.py +++ b/apt_p2p/util.py @@ -117,7 +117,7 @@ def ipAddrFromChicken(): f.close() current_ip = ip_search.findall(data) return current_ip - except Exception: + except: return [] def uncompact(s):