This commit is contained in:
Casey 2024-07-11 06:09:37 +03:00
parent 6cd8dc1198
commit 9e03a442e3
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class Manager:
self.last_update = timestamp self.last_update = timestamp
self.bits_toggled_on += len(bits_on) self.bits_toggled_on += len(bits_on)
self.bits_toggled_off = len(bits_off) self.bits_toggled_off += len(bits_off)
for ndx in bits_on: for ndx in bits_on:
byte, bit = ndx >> 3, ndx & 7 byte, bit = ndx >> 3, ndx & 7