HealthITAU / pyconnectwise

A library for simplifying interactions with the ConnectWise Manage API in Python
https://healthit.com.au
GNU General Public License v3.0
47 stars 11 forks source link

TypeError: 'module' object is not callable #33

Open chris-y opened 4 weeks ago

chris-y commented 4 weeks ago

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 commented 1 week ago

Getting the same error