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

TypeError: 'module' object is not callable #33

Open
chris-y opened this issue Sep 2, 2024 · 1 comment
Open

TypeError: 'module' object is not callable #33

chris-y opened this issue Sep 2, 2024 · 1 comment

Comments

@chris-y
Copy link

chris-y commented Sep 2, 2024

I did some updates and previously working code is now returning this:

Traceback (most recent call last):
  File "", line 50, in <module>
    computers = automate_api_client.computers.paginated(1,100)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File ".local/lib/python3.12/site-packages/pyconnectwise/clients/automate_client.py", line 96, in computers
    return ComputersEndpoint(self)
           ^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'module' object is not callable
@tehdev1
Copy link

tehdev1 commented Sep 23, 2024

Getting the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants