diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-10-21 22:25:38 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-10-21 22:27:16 +0200 |
commit | 2389ba6cd27dadabf020b128c131aa5086389d87 (patch) | |
tree | ef6531924f1ecb592b5f9f13645da1e26ba58073 /NeoRuntime/Runtime/neo_runtime.py | |
parent | f6d2fa6faee7ca5482711c2737170f61e8342425 (diff) | |
download | Luxcena-Neo-2389ba6cd27dadabf020b128c131aa5086389d87.tar.gz Luxcena-Neo-2389ba6cd27dadabf020b128c131aa5086389d87.zip |
:sparkles: Blank pixels on exit
Diffstat (limited to 'NeoRuntime/Runtime/neo_runtime.py')
-rw-r--r-- | NeoRuntime/Runtime/neo_runtime.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NeoRuntime/Runtime/neo_runtime.py b/NeoRuntime/Runtime/neo_runtime.py index caa367e..01e5a9e 100644 --- a/NeoRuntime/Runtime/neo_runtime.py +++ b/NeoRuntime/Runtime/neo_runtime.py @@ -80,6 +80,7 @@ class NeoRuntime: traceback.print_exc() finally: self.__close_socket() + self.__strip.blank() def __bind_socket(self): |