mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Uhoh typo again
This commit is contained in:
parent
093ccd8020
commit
16b2340441
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class WebDiagnoser(Diagnoser):
|
|||
global_ipv4 = ipv4.get("data", {}).get("global", {})
|
||||
if global_ipv4:
|
||||
try:
|
||||
requests.head("http://" + ipv4, timeout=5)
|
||||
requests.head("http://" + global_ipv4, timeout=5)
|
||||
except requests.exceptions.Timeout as e:
|
||||
yield dict(meta={"test": "hairpinning"},
|
||||
status="WARNING",
|
||||
|
|
Loading…
Add table
Reference in a new issue