Skip to content

Commit a8834b8

Browse files
committed
fix: exclude PS3
1 parent 9b14c98 commit a8834b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/interest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ lazy_static! {
3535
])
3636
};
3737
static ref COUNTER_INTEREST_CACHE: HashMap::<&'static str, Regex> =
38-
create_map(&["android", "logitech",]);
38+
create_map(&["android", "logitech", " PS3 "]);
3939
}
4040

4141
pub fn is_of_interest(string: Option<&str>) -> bool {

0 commit comments

Comments
 (0)