> + high_val = RadioSettingValueInteger(3, self._APRS_HIGH_SPEED_MAX, \ > + prof.high_speed_mph) Note that you don't need to break a line with a \ if you're in parens. And, proper PEP8 style says you should line up 'prof' with '3'. But, I'll apply this anyway. Thanks! --Dan