mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-10 09:19:42 +01:00
removed http var
This commit is contained in:
parent
39559cccb9
commit
3c61f61588
1 changed files with 0 additions and 1 deletions
|
@ -432,7 +432,6 @@ async def check_admin_settings():
|
|||
for key, value in settings.dict(exclude_none=True).items():
|
||||
logger.debug(f"{key}: {value}")
|
||||
|
||||
http = "https" if settings.lnbits_force_https else "http"
|
||||
admin_url = (
|
||||
f"http://{settings.host}:{settings.port}/wallet?usr={settings.super_user}"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue