diff --git a/python/lsst/ts/standardscripts/maintel/mtdome/crawl_az.py b/python/lsst/ts/standardscripts/maintel/mtdome/crawl_az.py index 929f50f4a..0b4c34ebf 100644 --- a/python/lsst/ts/standardscripts/maintel/mtdome/crawl_az.py +++ b/python/lsst/ts/standardscripts/maintel/mtdome/crawl_az.py @@ -80,7 +80,7 @@ async def configure(self, config): self.mtdome = salobj.Remote( self.domain, "MTDome", - includes=["summaryState"], + include=["summaryState"], ) await self.mtdome.start_task