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 has been 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.
The text was updated successfully, but these errors were encountered:
So let me rephrase this: could you update package in PyPI? There are number of methods introduced in this client (and in Cymon API) which are not present in PyPI package.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have been trying to use this library to update get a domain_blacklist returning and always get an error.
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.
The text was updated successfully, but these errors were encountered: