From 230103e73ab2a216391ebfa0f563a8bd92f80630 Mon Sep 17 00:00:00 2001 From: nickspring Date: Sun, 3 Apr 2022 19:44:08 +0200 Subject: [PATCH] TradingView resource data has been fixed (request_method has been specified) --- sherlock/resources/data.json | 1 + 1 file changed, 1 insertion(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 6808e24d..0be57cc1 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1743,6 +1743,7 @@ "username_unclaimed": "noonewouldeverusethis7" }, "TradingView": { + "request_method": "GET", "errorType": "status_code", "url": "https://www.tradingview.com/u/{}/", "urlMain": "https://www.tradingview.com/",