Change new endpoint

This commit is contained in:
M-307 2022-07-15 23:36:34 +07:00
parent 17f149247f
commit 76483f97c4
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ VERSION = "1.2.2"
AUTHOR = "M-307" AUTHOR = "M-307"
# Base URL # Base URL
BASE_URL = "https://enka.shinshin.moe/{PATH}" BASE_URL = "https://enka.network/{PATH}"
# Request # Request
CHUNK_SIZE = 1024 * 1024 * 1 CHUNK_SIZE = 1024 * 1024 * 1

View File

@ -2,7 +2,7 @@ import setuptools
setuptools.setup( setuptools.setup(
name="enkanetwork.py", name="enkanetwork.py",
version="1.2.2", version="1.2.3",
author="M-307", author="M-307",
author_email="me@m307.dev", author_email="me@m307.dev",
description="Library for fetching JSON data from site https://enka.shinshin.moe/", description="Library for fetching JSON data from site https://enka.shinshin.moe/",