forked from M-Labs/thermostat
encoding
This commit is contained in:
parent
206b825e88
commit
2eb7eb40a2
|
@ -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