Update log.py

On Win10 x64 and other pltf the UI does not run without this fix.

Alessandro committed Sep 30, 2024 at 01:30 UTC cea64e7202b4ffb8bffd4776253ecff178db9e7f
1 file changed +1 -1
python/helpers/log.py
+1 -1
@@ -4,7 +4,7 @@ from typing import Literal, Optional, Dict
4 import uuid
5
6
7 -type Type = Literal[
7 +Type = Literal[
8 "agent",
9 "code_exe",
10 "error",