gophish / api-client-python

A Python API Client for Gophish
MIT License
45 stars 48 forks source link

Correct syntax error #2

Closed blue-boo closed 7 years ago

blue-boo commented 7 years ago

Previous error:

api.pages.get() Traceback (most recent call last): File "", line 1, in File "build/bdist.linux-x86_64/egg/gophish/api/pages.py", line 11, in get AttributeError: 'API' object has no attribute 'super'

jordan-wright commented 7 years ago

Good catch! Thanks for sending this over.