We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d5bb7 commit 1a7609cCopy full SHA for 1a7609c
debug_toolbar/middleware.py
@@ -14,7 +14,7 @@
14
from debug_toolbar.toolbar.loader import DebugToolbar
15
16
_HTML_TYPES = ('text/html', 'application/xhtml+xml')
17
-#threading._DummyThread._Thread__stop = lambda x: 1 # Handles python threading module bug - http://bugs.python.org/issue14308
+threading._DummyThread._Thread__stop = lambda x: 1 # Handles python threading module bug - http://bugs.python.org/issue14308
18
19
20
def replace_insensitive(string, target, replacement):
0 commit comments