libmozdata/lando.py [30:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                headers={
                    "X-Phabricator-API-Key": self.api_key,
                    "User-Agent": self.USER_AGENT,
                },
            )

            if response.status_code != 200:
                raise Exception(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



libmozdata/lando.py [74:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            headers={
                "X-Phabricator-API-Key": self.api_key,
                "User-Agent": self.USER_AGENT,
            },
        )
        if response.status_code != 200:
            raise Exception(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



