diff --git a/tabula/tabula/windc/api.py b/tabula/tabula/windc/api.py index 6f24c654..3c8f865d 100644 --- a/tabula/tabula/windc/api.py +++ b/tabula/tabula/windc/api.py @@ -99,7 +99,8 @@ def services_list(request, datacenter_id): reports(datacenter_id, session_id, services[i].id) - services[i].operation = reports[-1].text + for report in reports: + services[i].operation = report.text return services