test
This commit is contained in:
parent
ce0ccc3ac3
commit
dca90a7b1f
1 changed files with 2 additions and 2 deletions
|
|
@ -157,11 +157,11 @@ class SlskdDetectionThread(QThread):
|
|||
except:
|
||||
pass
|
||||
return url, 'probable'
|
||||
except requests.exceptions.ConnectRefused:
|
||||
except requests.exceptions.ConnectionError:
|
||||
pass
|
||||
except requests.exceptions.Timeout:
|
||||
pass
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
return None, None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue