Skip to content

Commit

Permalink
Merge pull request #63 from Bot-detector/develop
Browse files Browse the repository at this point in the history
no www
  • Loading branch information
extreme4all authored Apr 17, 2023
2 parents 2f33570 + 3bb342f commit 45b1c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/controllers/bot_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 45b1c6c

Please sign in to comment.