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
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
The text was updated successfully, but these errors were encountered:
I did some updates and previously working code is now returning this:
The text was updated successfully, but these errors were encountered: