Corrected casing of LNbits (not LNBits) throughout repo

This commit is contained in:
Black Coffee
2022-11-30 14:14:31 +00:00
parent be9b4bf5b8
commit 20b06e4922
15 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from lnbits.settings import FORWARDED_ALLOW_IPS, HOST, PORT
)
)
@click.option("--port", default=PORT, help="Port to listen on")
@click.option("--host", default=HOST, help="Host to run LNBits on")
@click.option("--host", default=HOST, help="Host to run LNbits on")
@click.option(
"--forwarded-allow-ips", default=FORWARDED_ALLOW_IPS, help="Allowed proxy servers"
)