From c2022f96c8b15c9d51c582105cebc008849c0a3a Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 7 May 2024 23:16:50 +0200 Subject: [PATCH] cleanup unused var --- music_assistant/server/helpers/process.py | 1 - 1 file changed, 1 deletion(-) diff --git a/music_assistant/server/helpers/process.py b/music_assistant/server/helpers/process.py index 65a24734..73a01040 100644 --- a/music_assistant/server/helpers/process.py +++ b/music_assistant/server/helpers/process.py @@ -22,7 +22,6 @@ from typing import Self from music_assistant.constants import MASS_LOGGER_NAME LOGGER = logging.getLogger(f"{MASS_LOGGER_NAME}.helpers.process") -PRIVILEGED = True DEFAULT_CHUNKSIZE = 64000 -- 2.34.1