mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-13 18:05:39 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user