windows slowdown and compatibility fix
frdel committed
Jun 10, 2024 at 16:16 UTC
b9e1120a8e8f8812e19dfe41e3c79af40e222e65
2 files changed
+1
-1
main.py
+1
@@ -70,6 +70,7 @@ def capture_keys():
70
while True:
71
if intervent: intervention()
72
intervent = False
73
+ time.sleep(0.1)
74
75
if Agent.streaming_agent:
76
# with raw_input, application_keypad, mouse_input:
requirements.txt
-1
@@ -115,7 +115,6 @@ typing_extensions==4.12.2
115
ujson==5.10.0
116
urllib3==2.2.1
117
uvicorn==0.30.1
118
-uvloop==0.19.0
118
watchfiles==0.22.0
119
webcolors==24.6.0
120
websocket-client==1.8.0