weewx-gw1000 icon indicating copy to clipboard operation
weewx-gw1000 copied to clipboard

Initialisation of `class GatewayDriver` and `class GatewayService` parents still appears wrong

Open gjr80 opened this issue 1 year ago • 0 comments

Both class GatewayDriver and class GatewayService have dual inheritance so care needs to be take when calling the __init__ for the parent classes. This was thought to have been fixed earlier in v0.6.0, but it appears that one class uses super() and the other uses direct calls to the parent class __init__. Furthermore, at least once call seems use the wrong config dict.

gjr80 avatar Feb 08 '24 20:02 gjr80