mirror of
https://github.com/PaiGramTeam/EnkaNetwork.py.git
synced 2024-11-16 03:45:28 +00:00
Change new endpoint
This commit is contained in:
parent
17f149247f
commit
76483f97c4
@ -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
|
||||||
|
2
setup.py
2
setup.py
@ -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/",
|
||||||
|
Loading…
Reference in New Issue
Block a user