mirror of https://gitlab.com/bashrc2/epicyon
Typo
parent
8670e4e456
commit
d72a27b5cc
|
@ -109,7 +109,7 @@ def mastoApiV1Response(path: str, callingDomain: str,
|
||||||
if path == '/api/v1/accounts/verify_credentials':
|
if path == '/api/v1/accounts/verify_credentials':
|
||||||
sendJson = _getMastoApiV1Account(baseDir, nickname, domain)
|
sendJson = _getMastoApiV1Account(baseDir, nickname, domain)
|
||||||
sendJsonStr = \
|
sendJsonStr = \
|
||||||
'masto API account sent for ' + nickname + ' ' + usStr
|
'masto API account sent for ' + nickname + ' ' + uaStr
|
||||||
|
|
||||||
# Parts of the api which don't need authorization
|
# Parts of the api which don't need authorization
|
||||||
mastoId = _getMastApiV1Id(path)
|
mastoId = _getMastApiV1Id(path)
|
||||||
|
|
Loading…
Reference in New Issue