diff options
Diffstat (limited to 'src/python')
| -rw-r--r-- | src/python/tpt_console.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/tpt_console.py b/src/python/tpt_console.py index 3683da0..b26ecef 100644 --- a/src/python/tpt_console.py +++ b/src/python/tpt_console.py @@ -13,7 +13,7 @@ class logger: txt=txt.strip().split("\n")[-1] repr(txt) tpt.log(txt) -if(debug==False): +if(DEBUG==False): sys.stdout=logger() sys.stderr=logger() |
