Newbie to Python and Torn API Wrapper. I'm just testing out different things. Some work, some don't. For example, I tried to print my TORN name and level. That works. Then, I try to print my active streak. Doesn't work. See the images below.
I have from TornAPIWrapper import TornApiWrapper at the top of my code, just not shown in this screenshot.
Output:
I am using a Limited Access API Key (not custom).
I have already given the TORN API documentation a read but there are a lot of things I don't understand. I've tried the Try It feature, and on the website, it outputs a JSON object that correctly shows my active streak, but I don't know what to actually put into my code.