main
Bob Mottram 2021-10-23 21:18:17 +01:00
parent 8670e4e456
commit d72a27b5cc
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ def mastoApiV1Response(path: str, callingDomain: str,
if path == '/api/v1/accounts/verify_credentials':
sendJson = _getMastoApiV1Account(baseDir, nickname, domain)
sendJsonStr = \
'masto API account sent for ' + nickname + ' ' + usStr
'masto API account sent for ' + nickname + ' ' + uaStr
# Parts of the api which don't need authorization
mastoId = _getMastApiV1Id(path)