pylint - try yet again to disable protected-access error for name setting

This commit is contained in:
Jerry Needell 2019-12-01 11:59:37 -05:00
parent 6dbbff062e
commit 0c29b285c0

View file

@ -48,8 +48,7 @@ accelo = adafruit_lis3dh.LIS3DH_I2C(accelo_i2c, address=0x19)
ble = BLERadio()
uart = UARTService()
advertisement = ProvideServicesAdvertisement(uart)
#pylint: disable=protected-access
ble._adapter.name = SNOWGLOBE_NAME
ble._adapter.name = SNOWGLOBE_NAME #pylint: disable=protected-access
#--| ANIMATIONS |----------------------------------------------------
def spin(config):