Skip to content

Commit 0ccbc6e

Browse files
committed
Update to new Sankaku API URL
1 parent b1b9417 commit 0ccbc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/szurubooru_toolkit/sankaku.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self) -> None:
2121
username = config.credentials['sankaku']['username']
2222
password = config.credentials['sankaku']['password']
2323

24-
self.api_url = 'https://capi-v2.sankakucomplex.com'
24+
self.api_url = 'https://sankakuapi.com'
2525
if username and password:
2626
self.headers['Authorization'] = self._authenticate(username, password)
2727

0 commit comments

Comments
 (0)