diff options
Diffstat (limited to 'scripts/driver')
| -rw-r--r-- | scripts/driver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/driver b/scripts/driver index 08bee07bd..20cbece10 100644 --- a/scripts/driver +++ b/scripts/driver @@ -29,7 +29,7 @@ import sys # comfortable with. By setting STEALTH_MODE to True, you disable the printing # of this information to the web pages. This information is still, and # always, printed in the error logs. -STEALTH_MODE = True +STEALTH_MODE = False # This will be set to the entity escaper. def websafe(s): |
