mirror of
https://github.com/lnbits/lnbits.git
synced 2025-12-17 08:01:46 +01:00
formatting
This commit is contained in:
@@ -21,7 +21,13 @@ def list_parse_fallback(v):
|
||||
return []
|
||||
|
||||
|
||||
read_only_variables = ["host", "port", "lnbits_commit", "lnbits_path", "forwarded_allow_ips"]
|
||||
read_only_variables = [
|
||||
"host",
|
||||
"port",
|
||||
"lnbits_commit",
|
||||
"lnbits_path",
|
||||
"forwarded_allow_ips",
|
||||
]
|
||||
|
||||
|
||||
class Settings(BaseSettings):
|
||||
|
||||
Reference in New Issue
Block a user