Skip to content

Commit

Permalink
fix : cleanup_processes function removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jan 16, 2024
1 parent bfc4d30 commit 3954a8b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions nava/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3954a8b

Please sign in to comment.