Skip to content

Commit a3fa083

Browse files
committed
update Kitsu API base URL from kitsu.io to kitsu.app #680
1 parent ef3f0fe commit a3fa083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrations/imports/kitsu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def importer(kitsu_id, user, mode):
2424
class KitsuImporter:
2525
"""Class to handle importing user data from Kitsu."""
2626

27-
KITSU_API_BASE_URL = "https://kitsu.io/api/edge"
27+
KITSU_API_BASE_URL = "https://kitsu.app/api/edge"
2828
KITSU_PAGE_LIMIT = 500
2929

3030
def __init__(self, kitsu_id, user, mode):

0 commit comments

Comments
 (0)