mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix bad copy pasta for string key
This commit is contained in:
parent
4306db7cf1
commit
2c26961314
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class PortsDiagnoser(Diagnoser):
|
||||||
ipversion=ipversion)
|
ipversion=ipversion)
|
||||||
results[ipversion] = r["ports"]
|
results[ipversion] = r["ports"]
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise YunohostError("diagnosis_http_could_not_diagnose", error=e)
|
raise YunohostError("diagnosis_ports_could_not_diagnose", error=e)
|
||||||
|
|
||||||
|
|
||||||
for port, service in sorted(ports.items()):
|
for port, service in sorted(ports.items()):
|
||||||
|
|
Loading…
Add table
Reference in a new issue