-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
i have problems with python pineapple
~/python-pineapple$ python cli-pineapple.py
Traceback (most recent call last):
File "cli-pineapple.py", line 6, in <module>
fruit = Pineapple(API_TOKEN)
File "/home/vay3t/python-pineapple/pineapple/pineapple.py", line 14, in __init__
moduleClass = self._pineappleModule.__dict__[moduleName].__dict__[moduleName.title()]
KeyError: 'advanced'
my code:
#!/usr/bin/python
from pineapple.pineapple import Pineapple
API_TOKEN = "xxxx...."
fruit = Pineapple(API_TOKEN)
print fruit
bahaahassanieh
Metadata
Metadata
Assignees
Labels
No labels