Skip to content

Commit b08155f

Browse files
committed
Added contributor for the bug fix
1 parent 6100b7b commit b08155f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ logger_tt:
11451145
* Handlers from all loggers other than the root were mistakenly added to the root's handlers.
11461146
This bug prevents the removal of handlers out of the root,
11471147
thus the log message was doubled if another different handler is used.
1148-
Now root's handlers are correctly added or removed.
1148+
Now root's handlers are correctly added or removed (thank ZeroRin).
11491149
* Usability:
11501150
* Multiprocessing:
11511151
* Changed the method of detecting child process, potentially fix all issues related to multiprocessing and pyinstaller

0 commit comments

Comments
 (0)