From 7832be5fac194e933e399974be1e99f069e588cb Mon Sep 17 00:00:00 2001 From: anders Date: Thu, 4 Dec 2025 20:58:19 +0100 Subject: [PATCH] Change in comments. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 34a221a..91e7cec 100644 --- a/main.py +++ b/main.py @@ -93,7 +93,7 @@ class KeyRecord(BaseModel): class KeyStore: """ - Loads keys.json on-demand and supports hot reloading. + Loads keys.json """ def __init__(self, path: str):