def get(self): try: return Check.deploy() except Exception as e: return not_started()
def get(self): try: return Check.crane() except Exception as e: return not_started()
def get(self): try: return Check.general() except Exception as e: return str(e) return not_started()