feat: disabled debugging pages
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-04-19 12:47:36 +02:00
parent e20b14a9df
commit 919a99885c
+1 -1
View File
@@ -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: