Ejemplo n.º 1
0
 def get(self):
     try:
         return Check.deploy()
     except Exception as e:
         return not_started()
Ejemplo n.º 2
0
 def get(self):
     try:
         return Check.crane()
     except Exception as e:
         return not_started()
Ejemplo n.º 3
0
 def get(self):
     try:
         return Check.general()
     except Exception as e:
         return str(e)
         return not_started()
Ejemplo n.º 4
0
 def get(self):
     try:
         return Check.deploy()
     except Exception as e:
         return not_started()
Ejemplo n.º 5
0
 def get(self):
     try:
         return Check.crane()
     except Exception as e:
         return not_started()
Ejemplo n.º 6
0
 def get(self):
     try:
         return Check.general()
     except Exception as e:
         return str(e)
         return not_started()