From 916ab40d65c9c25f63256f2cd98be297c3da2208 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 28 Apr 2022 20:06:38 +0200 Subject: :bug: Small bugfixes --- NeoRuntime/Runtime/neo_runtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NeoRuntime/Runtime/neo_runtime.py') diff --git a/NeoRuntime/Runtime/neo_runtime.py b/NeoRuntime/Runtime/neo_runtime.py index 01e5a9e..7733a4b 100644 --- a/NeoRuntime/Runtime/neo_runtime.py +++ b/NeoRuntime/Runtime/neo_runtime.py @@ -119,7 +119,7 @@ class NeoRuntime: ws.close() last_send = time.perf_counter() - + if self.__send_strip_buffer: time.sleep(0.05) buffer = [2] -- cgit v1.2.3