We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b9417 commit 0ccbc6eCopy full SHA for 0ccbc6e
src/szurubooru_toolkit/sankaku.py
@@ -21,7 +21,7 @@ def __init__(self) -> None:
21
username = config.credentials['sankaku']['username']
22
password = config.credentials['sankaku']['password']
23
24
- self.api_url = 'https://capi-v2.sankakucomplex.com'
+ self.api_url = 'https://sankakuapi.com'
25
if username and password:
26
self.headers['Authorization'] = self._authenticate(username, password)
27
0 commit comments