From 29c19c587371f36bd2d7d627f87f00fb0f03eaf0 Mon Sep 17 00:00:00 2001 From: Mike Klobutcher <19937263+ThatRasputin@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:10:11 -0500 Subject: [PATCH] Correct one, see new ones! No idea what the last one is. --- sorter.lic | 1 - 1 file changed, 1 deletion(-) diff --git a/sorter.lic b/sorter.lic index c65c7584d..a7f9875ac 100644 --- a/sorter.lic +++ b/sorter.lic @@ -126,7 +126,6 @@ sorter_instance = Sorter.new(use_table) begin # Keep the script running in the background to monitor incoming lines. while true; sleep(0.1); end - ensure sorter_instance.cleanup_hook # Clean up when the script exits. end \ No newline at end of file