From 3bb342fc26f5ed573d808d637af663754eda7a0f Mon Sep 17 00:00:00 2001 From: extreme4all <40169115+extreme4all@users.noreply.github.com> Date: Tue, 18 Apr 2023 01:18:24 +0200 Subject: [PATCH] no www --- src/app/controllers/bot_detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/controllers/bot_detector.py b/src/app/controllers/bot_detector.py index a5a8920..184c1c8 100644 --- a/src/app/controllers/bot_detector.py +++ b/src/app/controllers/bot_detector.py @@ -3,7 +3,7 @@ class BotDetector: def __init__( - self, token: str, base_url: str = "https://www.api.prd.osrsbotdetector.com" + self, token: str, base_url: str = "https://api.prd.osrsbotdetector.com" ): self.base_url = base_url self.session = aiohttp.ClientSession()