thorrak/fermentrack

Adding a "manual gravity sensor" data point fails while logging

Closed this issue · 0 comments

AttributeError at /gravity/manual_point/3/
'NoneType' object has no attribute 'addl_data_cols'

Error is on this line:

if self.associated_device.addl_data_cols() >= 1: