Skip to content

Commit 37b3d22

Browse files
Update anilist.py
1 parent d087a80 commit 37b3d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

anime/anilist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
from utils.misc import prefix, modules_help
1010
from utils.scripts import format_exc
1111

12-
url = "https://api.safone.dev"
12+
url = "https://api.safone.co"
1313

1414
headers = {
1515
"Accept-Language": "en-US,en;q=0.9",
1616
"Connection": "keep-alive",
1717
"DNT": "1",
18-
"Referer": "https://api.safone.dev/docs",
18+
"Referer": "https://api.safone.co/docs",
1919
"Sec-Fetch-Dest": "empty",
2020
"Sec-Fetch-Mode": "cors",
2121
"Sec-Fetch-Site": "same-origin",

0 commit comments

Comments
 (0)