From dfff2860dec372dec46d512c9b7aed99521ff24c Mon Sep 17 00:00:00 2001 From: AlexandroBD <79316328+lol219@users.noreply.github.com> Date: Sun, 14 May 2023 19:26:55 +0100 Subject: [PATCH] Small fix --- somerandomapi/internals/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/somerandomapi/internals/http.py b/somerandomapi/internals/http.py index 2e3ecd8..2aa684d 100644 --- a/somerandomapi/internals/http.py +++ b/somerandomapi/internals/http.py @@ -76,7 +76,7 @@ class APIKey(NamedTuple): class HTTPClient: - BASE_URL: ClassVar[str] = "https://some-random-api.ml" + BASE_URL: ClassVar[str] = "https://some-random-api.com" __slots__ = ("_animal", "_animu", "_canvas", "_pokemon", "_premium", "_key", "_session", "__chatbot")