diff --git a/tabula/tabula/windc/tables.py b/tabula/tabula/windc/tables.py index 1cc2314..f30b7c9 100644 --- a/tabula/tabula/windc/tables.py +++ b/tabula/tabula/windc/tables.py @@ -132,9 +132,9 @@ class UpdateServiceRow(tables.Row): datacenter_id = re.search('windc/(\S+)', link).group(0)[6:-1] service = api.services_get(request, datacenter_id, service_id) - if service: - service['operation'] = api. \ - get_status_message_for_service(request, service_id) + #if service: + # service['operation'] = api. \ + # get_status_message_for_service(request, service_id) LOG.critical(service)