forked from M-Labs/thermostat
encoding
This commit is contained in:
parent
b2f188b556
commit
7a5ec14b95
@ -73,7 +73,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
||||
self.autotuners = PIDAutoTuner(self, self.client, 2)
|
||||
|
||||
def get_ctrl_panel_config(args):
|
||||
with open(args.param_tree, "r") as f:
|
||||
with open(args.param_tree, "r", encoding="utf-8") as f:
|
||||
return json.load(f)["ctrl_panel"]
|
||||
|
||||
param_tree_sigActivated_handles = [
|
||||
|
Loading…
Reference in New Issue
Block a user