diff --git a/skynet/brain.py b/skynet/brain.py index e80fc93..c442ba5 100644 --- a/skynet/brain.py +++ b/skynet/brain.py @@ -316,6 +316,9 @@ async def open_rpc_service(sock, dgpu_bus, db_pool, tls_whitelist, tls_key): conn, user, req.params['attr'], req.params['val']) logging.info('done') + else: + logging.warning(f'{req.params["attr"]} not in {CONFIG_ATTRS}') + case 'stats': logging.info('stats') generated, joined, role = await get_user_stats(conn, user)