From 2389ba6cd27dadabf020b128c131aa5086389d87 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 21 Oct 2021 22:25:38 +0200 Subject: :sparkles: Blank pixels on exit --- NeoRuntime/Runtime/neo_runtime.py | 1 + 1 file changed, 1 insertion(+) (limited to 'NeoRuntime/Runtime/neo_runtime.py') 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): -- cgit v1.2.3