From 919a99885c572c52c7f10dcdfaf9829515e8f518 Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Fri, 19 Apr 2024 12:47:36 +0200 Subject: [PATCH] feat: disabled debugging pages --- music_kraken/utils/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_kraken/utils/shared.py b/music_kraken/utils/shared.py index d1c0bb7..6676393 100644 --- a/music_kraken/utils/shared.py +++ b/music_kraken/utils/shared.py @@ -17,7 +17,7 @@ DEBUG_LOGGING = DEBUG and True DEBUG_TRACE = DEBUG and True DEBUG_OBJECT_TRACE = DEBUG and False DEBUG_YOUTUBE_INITIALIZING = DEBUG and False -DEBUG_PAGES = DEBUG and True +DEBUG_PAGES = DEBUG and False DEBUG_DUMP = DEBUG and True if DEBUG: