open-analysis / RPi-VM-GUI

Raspberry Pi GUI for the Volume Mixer project
1 stars 0 forks source link

Fix PyQt5 threading #23

Closed open-analysis closed 6 months ago

open-analysis commented 7 months ago

PyQt5 QApplication needs to run in the main thread, but is currently running in a secondary thread. Removing threading causes the flask server to start