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):