68Duck / PiDMX

Python dmx controller interface with Pyqt5 and raspberry pi
0 stars 0 forks source link

Clear up code #45

Open 68Duck opened 3 years ago

68Duck commented 3 years ago

Try to reduce lines of code e.g. for database manager creating a function to execute a line of SQL code without writing cur = every time.