From cea64e7202b4ffb8bffd4776253ecff178db9e7f Mon Sep 17 00:00:00 2001 From: Alessandro <155005371+3clyp50@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:30:54 +0200 Subject: [PATCH] Update log.py On Win10 x64 and other pltf the UI does not run without this fix. --- python/helpers/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/helpers/log.py b/python/helpers/log.py index 03eb63fc8..3bc2a6891 100644 --- a/python/helpers/log.py +++ b/python/helpers/log.py @@ -4,7 +4,7 @@ from typing import Literal, Optional, Dict import uuid -type Type = Literal[ +Type = Literal[ "agent", "code_exe", "error",