Update log.py

On Win10 x64 and other pltf the UI does not run without this fix.
This commit is contained in:
Alessandro 2024-09-30 01:30:54 +02:00 committed by GitHub
parent 66025b482a
commit cea64e7202
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ from typing import Literal, Optional, Dict
import uuid
type Type = Literal[
Type = Literal[
"agent",
"code_exe",
"error",