mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-25 15:11:15 +00:00
feat: add config for logos chat client (#163)
* feat: add config for logos chat client * chore: fix mock registry log message * chore: set custom fields in logos config
This commit is contained in:
@@ -38,7 +38,7 @@ class Handler(BaseHTTPRequestHandler):
|
||||
self._drain()
|
||||
self._reply(404)
|
||||
|
||||
def log_message(self, *args):
|
||||
def log_message(self, format, *args):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user