This fixes an issue where -g none would launch Flask and just not open the browser. This had the negative effect that RAM usage would spiral as no clients attached allowing histories to clear.
Now flask will not launch at all. Here is what was tested:
[x] Flask does not launch
[x] Test API scripts can still run w/o flask
[x] fprime-cli telemetry and events still run w/o flask
Change Description
This fixes an issue where
-g none
would launch Flask and just not open the browser. This had the negative effect that RAM usage would spiral as no clients attached allowing histories to clear.Now flask will not launch at all. Here is what was tested:
fprime-cli
telemetry and events still run w/o flaskfprime-cli
send commands works w/o flask