From 3954a8b7206e2d467a2393b26cd23d01d84ae7bb Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Tue, 16 Jan 2024 09:50:42 +0330 Subject: [PATCH] fix : cleanup_processes function removed --- nava/functions.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/nava/functions.py b/nava/functions.py index f2400c5..8f611bd 100644 --- a/nava/functions.py +++ b/nava/functions.py @@ -58,18 +58,6 @@ def quoter(sound_path, *args, **kwargs): return func(sound_path, *args, **kwargs) return quoter - -def cleanup_processes(): - """ - Cleanup undead play processes after module exit. - - :return: None - """ - for proc in play_processes: - proc.kill() - proc.terminate() - - def __play_win(sound_path, is_async=True): """ Play sound in Windows.