Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Sophomoresty/gemini-web2api
/ log_message
Method
log_message
gemini_web2api.py:428–429 ·
view source on GitHub ↗
(self, fmt, *args)
Source
from the content-addressed store, hash-verified
426
427
class
GeminiHandler(BaseHTTPRequestHandler):
428
def
log_message(self, fmt, *args):
429
log(fmt % args)
430
431
def
send_json(self, data, status=200):
432
body = json.dumps(data, ensure_ascii=False).encode()
Callers
nothing calls this directly
Calls
1
log
Function · 0.70
Tested by
no test coverage detected