Skip to content
New issue

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

Documentation for Server Type prices is wrong #437

Closed
lloesche opened this issue Aug 16, 2024 · 1 comment · Fixed by #438 or #439
Closed

Documentation for Server Type prices is wrong #437

lloesche opened this issue Aug 16, 2024 · 1 comment · Fixed by #438 or #439
Assignees
Labels
bug Something isn't working

Comments

@lloesche
Copy link

Bug Report

Current Behavior
The documentation says that Server Type prices is a dict but the returned attribute is a list of dicts.

Additional context/Screenshots
image

In [7]: type(client.server_types.get_all()[0].prices)
Out[7]: list
@jooola
Copy link
Member

jooola commented Aug 19, 2024

Thanks for the report, I opened a PR to fix this!

@jooola jooola added the bug Something isn't working label Aug 19, 2024
@jooola jooola closed this as completed in 9621604 Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants