diff --git a/pyproject.toml b/pyproject.toml index fa3f8be..6d992fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = "The companion package to the Rubin citizen science notebooks." -version = "0.6.3" +version = "0.6.4" readme = "README.md" dependencies = [ "panoptes_client", diff --git a/src/rubin/citsci/pipeline.py b/src/rubin/citsci/pipeline.py index 990a455..d1a2baf 100644 --- a/src/rubin/citsci/pipeline.py +++ b/src/rubin/citsci/pipeline.py @@ -94,7 +94,7 @@ def login_to_zooniverse(self, email): if(valid_email): self.email = email self.client = panoptes_client.Panoptes.connect(login="interactive") - if self.client.username is not None: + if self.client.logged_in is True: print("You now are logged in to the Zooniverse platform.") self.__log_slug_names() else: