Extra debug

merge-requests/9/merge
Bob Mottram 2021-01-22 13:35:19 +00:00
parent 0e4d504c50
commit 59eddada4d
1 changed files with 2 additions and 0 deletions

View File

@ -796,6 +796,8 @@ class PubServer(BaseHTTPRequestHandler):
if not path.startswith('/api/v1/'):
return False
print('mastodon api v1: ' + path)
print('mastodon api v1: authorized ' + str(authorized))
print('mastodon api v1: nickname ' + str(nickname))
sendJson = None
sendJsonStr = ''