diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-04-28 20:06:38 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-04-28 20:08:55 +0200 |
commit | 916ab40d65c9c25f63256f2cd98be297c3da2208 (patch) | |
tree | dcf07544310fd34f79e72f34ef0e653f30a163f0 /NeoRuntime/Runtime/neo_runtime.py | |
parent | 4ee57ab935718a269fe7ab65b26ff27837d49003 (diff) | |
download | Luxcena-Neo-916ab40d65c9c25f63256f2cd98be297c3da2208.tar.gz Luxcena-Neo-916ab40d65c9c25f63256f2cd98be297c3da2208.zip |
:bug: Small bugfixes
Diffstat (limited to 'NeoRuntime/Runtime/neo_runtime.py')
-rw-r--r-- | NeoRuntime/Runtime/neo_runtime.py | 2 |
1 files changed, 1 insertions, 1 deletions
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] |