mirror of https://gitlab.com/bashrc2/epicyon
Log api calls
parent
48e82b1d49
commit
7309a237ae
|
@ -793,8 +793,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
"""
|
"""
|
||||||
if not path.startswith('/api/v1/'):
|
if not path.startswith('/api/v1/'):
|
||||||
return False
|
return False
|
||||||
if self.server.debug:
|
print('mastodon api v1: ' + path)
|
||||||
print('DEBUG: mastodon api v1 ' + path)
|
|
||||||
|
|
||||||
sendJson = None
|
sendJson = None
|
||||||
sendJsonStr = ''
|
sendJsonStr = ''
|
||||||
|
|
Loading…
Reference in New Issue