From 4062dab288174b62cf16e58d63631e0c77842fd9 Mon Sep 17 00:00:00 2001 From: dezort12 Date: Fri, 27 Jan 2023 14:30:40 -0500 Subject: [PATCH] disable-donationalerts --- maigret/resources/data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index 2ff207b..ac4e607 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -4263,7 +4263,8 @@ "usernameUnclaimed": "noonewouldeverusethis7" }, "DonationsAlerts": { - "tags": [ + "disabled": true, + "tags": [ "finance", "ru" ], @@ -34187,4 +34188,4 @@ "i2p", "q&a" ] -} \ No newline at end of file +}