From ca1dcd6768adce04c7a10083fb56ea8c44ab6c73 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 20 Jan 2023 18:26:58 +0200 Subject: [PATCH] chore: comment typos --- lnbits/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lnbits/settings.py b/lnbits/settings.py index abf22c48..75f9d538 100644 --- a/lnbits/settings.py +++ b/lnbits/settings.py @@ -247,7 +247,8 @@ class TransientSettings(InstalledExtensionsSettings): # Transient Settings: # - are initialized, updated and used at runtime # - are not read from a file or from the `setings` table - # - are not persisted in the `settings` table when the setings are updated + # - are not persisted in the `settings` table when the settings are updated + # - are cleared on server restart @classmethod def readonly_fields(cls):