diff --git a/backdrop/read/api.py b/backdrop/read/api.py index a8f6261d..c244936a 100644 --- a/backdrop/read/api.py +++ b/backdrop/read/api.py @@ -108,7 +108,7 @@ def bucket_health(): def _bucket_message(buckets): message = ', '.join( '%s (last updated: %s)' % (bucket['name'], - bucket['last_updated']) + bucket['last_updated']) for bucket in buckets) return message