We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The path for the auth_helper.py file that is shown in the README section is incorrect.
auth_helper.py
The incorrect path is: etsyv3.utils.util.auth.auth_helper
etsyv3.utils.util.auth.auth_helper
The correct path is: etsyv3.util.auth.auth_helper
etsyv3.util.auth.auth_helper
The text was updated successfully, but these errors were encountered:
Resolving issues anitabyte#22, anitabyte#15
910835c
769b39f
b4a9fcb
Resolve issues anitabyte#15, anitabyte#22
233a86c
Resolve issues #15, #22 (#25)
c06404a
Co-authored-by: sov2000 <stasovcharenko@gmail.com>
No branches or pull requests
The path for the
auth_helper.py
file that is shown in the README section is incorrect.The incorrect path is:
etsyv3.utils.util.auth.auth_helper
The correct path is:
etsyv3.util.auth.auth_helper
The text was updated successfully, but these errors were encountered: