diff options
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): |