Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit f18c4d5

Browse files
committed
Refactor logging setup to improve clarity and maintainability
1 parent 9c8c57a commit f18c4d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def run(self):
329329
is_recording = source.get("genre", "various") == "RECORDING"
330330

331331
if (
332-
host not in self.active_streams
332+
host not in self.active_streams and "test" not in host.lower() and "test" not in description.lower() and not is_private
333333
# and not is_recording # It is being recorded by HBNI Audio
334334
):
335335
stream = Stream(

0 commit comments

Comments
 (0)