def get_server_status(): """Server status""" status = [{'status': str(indi_server.is_running()), 'active_profile': active_profile}] return json.dumps(status)