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: