diff --git a/scrapers/usa/events.py b/scrapers/usa/events.py index c93b815592..e977471ea3 100644 --- a/scrapers/usa/events.py +++ b/scrapers/usa/events.py @@ -296,7 +296,7 @@ def house_meeting(self, xml, source_url): self.warning(f"Unable to find document type: {doc.get('type')}") event.add_document( - doc_name, url, media_type=media_type, on_duplicate="ignore" + doc_name[:300], url, media_type=media_type, on_duplicate="ignore" ) self.geocode(event)