diff --git a/specials/checkhost.py b/specials/checkhost.py index 633173b1..a70b0f02 100644 --- a/specials/checkhost.py +++ b/specials/checkhost.py @@ -172,6 +172,8 @@ class Kdicc(): # per siti irraggiungibili senza DNS corretti #[Errno 111] Connection refused rslt['code'] = 111 + except: + rslt['code'] = 'Connection error' return rslt def view_Advise(self, txt = '' ):