joergmlpts / blood-pressure-monitor

Python application for Microlife's blood pressure monitors to download data and set the clock and ID via USB and Bluetooth.
MIT License
31 stars 3 forks source link

DB error #3

Closed Kryol62 closed 9 months ago

Kryol62 commented 9 months ago

Ubuntu 22.04 LTS.

Traceback (most recent call last):
  File "/opt/blood-pressure-monitor/bpm_gui.py", line 178, in add_patient
    insert_patient(info)
NameError: name 'insert_patient' is not defined
joergmlpts commented 9 months ago

@Kryol62 A fix has been checked in, Would you mind giving it a try? Thanks!

Kryol62 commented 9 months ago

This fix seems to work. Thanks.