Binary file exemples/svghmi_csv_json_img_table/project_files/beremiz.png has changed
Binary file exemples/svghmi_csv_json_img_table/project_files/file.png has changed
Binary file exemples/svghmi_csv_json_img_table/project_files/folder.png has changed
--- a/runtime/WampClient.py Mon Jan 20 18:45:21 2025 +0100
+++ b/runtime/WampClient.py Fri Jan 24 15:53:11 2025 +0100
@@ -241,7 +241,7 @@
def SetWampSecret(wampSecret):
- with open(os.path.realpath(_WampSecret), 'w') as f:
+ with open(os.path.realpath(_WampSecret), 'wb') as f:
f.write(wampSecret)