When I try to access a bamboo using the bamboo module on the Atlassian Access API, I get a response like "<generator object Bamboo._get_generator at 0x00000216045CF4C0>" when printing my variable all_projects. (all_projects = bamboo.projects(expand=None, favourite=False, clover_enabled=False, max_results=25))
I'm not sure what I'm doing wrong and any guidance would be great.