mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-18 12:27:50 +02:00
fix: typo in blitz hardware implementation
This commit is contained in:
parent
739ebdd3a1
commit
9223a14798
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ async def get_hardware_info_impl() -> map:
|
|||
info["networks"] = {
|
||||
"internet_online": await _redis_get("internet_online"),
|
||||
"tor_web_addr": await _redis_get("tor_web_addr"),
|
||||
"internet_localip=": await _redis_get("internet_localip"),
|
||||
"internet_localip": await _redis_get("internet_localip"),
|
||||
"internet_localiprange": await _redis_get("internet_localiprange"),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue