Fix nodeinfo handling
This commit is contained in:
parent
ba9d35a904
commit
118d6dcdf4
2 changed files with 4 additions and 3 deletions
|
|
@ -182,6 +182,7 @@ keeping it in cache for #{div(cache_ms, 1000)}s")
|
|||
|> Tesla.get!()
|
||||
|> Map.get(:body)
|
||||
|> Jason.decode!()
|
||||
|> Map.get("links")
|
||||
|> List.last()
|
||||
|> Map.get("href")
|
||||
# Get the actual nodeinfo address and fetch it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue