pylint - try yet again to disable protected-access error for name setting
This commit is contained in:
parent
6dbbff062e
commit
0c29b285c0
1 changed files with 1 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue