Remove the priority in the id of the diagnoser

This commit is contained in:
Alexandre Aubin 2018-08-30 15:08:46 +00:00
parent faa4682d77
commit abffba9607

View file

@ -8,7 +8,7 @@ from yunohost.diagnosis import 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"
cache_duration = 60