Skip to content

Fix quotation marks in monitors_flowbox.py

Francisco requested to merge (removed):master into master

Using single quotes in this particular f-string (line 90 of monitors_flowbox.py) causes the app to crash. Changing them to double quotes fixes the problem (seems to be a parsing error somehow).

Merge request reports