You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
I have been trying to use this library to update get a domain_blacklist returning and always get an error.
In [4]: api.domain_blacklist('malware')
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-4-27aa5f593144> in <module>()
----> 1 api.domain_blacklist('malware')
AttributeError: 'Cymon' object has no attribute 'domain_blacklist'
I have put in my API key already and I don't see the domain_blacklist option when i do help(api).
I know it is part of the package but I can't seem to see it for some reason. I have installed this through pip and have tried to upgrade it and reinstall it through pip.