AstroHuntsman / huntsman-pocs

POCS on the Huntsman Telescope
MIT License
7 stars 8 forks source link

retrieve `.timeout` camera attribute instead of `._timeout` in pyro camera client connect() #544

Closed fergusL closed 2 years ago

fergusL commented 2 years ago

The connect() method of the pyro camera client class tries to fetch the value of a _timeout attribute from the the proxy camera object. This is not defined for the Camera class but seems to exists as timeout attribute instead.