master
Bel LaPointe 2023-03-27 06:18:52 -06:00
parent 85804d6f84
commit f649862dd4
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ func (v01 *V01) Read() []button.Button {
} }
func (v01 *V01) telemetry(msg message) { func (v01 *V01) telemetry(msg message) {
// TODO oof
v01.cfg.lock.Lock() v01.cfg.lock.Lock()
defer v01.cfg.lock.Unlock() defer v01.cfg.lock.Unlock()
if v01.cfg.Users == nil { if v01.cfg.Users == nil {