Fix false positives (#370)

* Fixed several false positives, improved statistics info

* Disabled some sites, fixed fp percent count method

* Updated site list and statistics
This commit is contained in:
Soxoj
2022-02-26 16:01:22 +03:00
committed by GitHub
parent dcf5181e28
commit bc787cdf51
3 changed files with 35 additions and 29 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ class MaigretDatabase:
url_type = site.get_url_template()
urls[url_type] = urls.get(url_type, 0) + 1
if site.check_type == 'message':
if site.check_type == 'message' and not site.disabled:
message_checks += 1
if site.absence_strs and site.presense_strs:
continue