mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove the priority in the id of the diagnoser
This commit is contained in:
parent
faa4682d77
commit
abffba9607
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from yunohost.diagnosis import Diagnoser
|
||||||
|
|
||||||
class IPDiagnoser(Diagnoser):
|
class IPDiagnoser(Diagnoser):
|
||||||
|
|
||||||
id_ = os.path.splitext(os.path.basename(__file__))[0]
|
id_ = os.path.splitext(os.path.basename(__file__))[0].split("-")[1]
|
||||||
description = "internet_connectivity"
|
description = "internet_connectivity"
|
||||||
cache_duration = 60
|
cache_duration = 60
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue