Closed mechanical-fish closed 7 years ago
The _in_debug local was shadowing the global _in_debug variable in main(), causing debug messages not to appear as designed when the DEBUG command was sent.
_in_debug
main()
DEBUG
Tested in Python 2.7.
Thank you for your contribution!
The
_in_debug
local was shadowing the global_in_debug
variable inmain()
, causing debug messages not to appear as designed when theDEBUG
command was sent.Tested in Python 2.7.