diff --git a/ubuntutools/lp/lpapicache.py b/ubuntutools/lp/lpapicache.py index f564a01..9e5a4ee 100644 --- a/ubuntutools/lp/lpapicache.py +++ b/ubuntutools/lp/lpapicache.py @@ -103,7 +103,7 @@ class _Launchpad(object): def __getattr__(self, attr): if not self.logged_in: - self.login() + self.login_anonymously() return getattr(self.__lp, attr) def __call__(self):