DEBUG => TIRAMISU_DEBUG
This commit is contained in:
parent
26fa923139
commit
1fbef08402
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ from .cache.dictionary import Cache as DictCache
|
|||
def _display_classname(obj):
|
||||
return(obj.__class__.__name__.lower())
|
||||
|
||||
DEBUG = bool(os.environ.get('DEBUG', False))
|
||||
DEBUG = bool(os.environ.get('TIRAMISU_DEBUG', False))
|
||||
del os
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue