Skip to content

Commit 1a7609c

Browse files
committed
Uncommented out the dummy thread fix by mistake. Adding back in.
1 parent f3d5bb7 commit 1a7609c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from debug_toolbar.toolbar.loader import DebugToolbar
1515

1616
_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
17+
threading._DummyThread._Thread__stop = lambda x: 1 # Handles python threading module bug - http://bugs.python.org/issue14308
1818

1919

2020
def replace_insensitive(string, target, replacement):

0 commit comments

Comments
 (0)