mirror of https://gitlab.com/bashrc2/epicyon
Extra debug
parent
0e4d504c50
commit
59eddada4d
|
@ -796,6 +796,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if not path.startswith('/api/v1/'):
|
if not path.startswith('/api/v1/'):
|
||||||
return False
|
return False
|
||||||
print('mastodon api v1: ' + path)
|
print('mastodon api v1: ' + path)
|
||||||
|
print('mastodon api v1: authorized ' + str(authorized))
|
||||||
|
print('mastodon api v1: nickname ' + str(nickname))
|
||||||
|
|
||||||
sendJson = None
|
sendJson = None
|
||||||
sendJsonStr = ''
|
sendJsonStr = ''
|
||||||
|
|
Loading…
Reference in New Issue