aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmanage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage.py b/manage.py
index 13a8d883..baf7333a 100755
--- a/manage.py
+++ b/manage.py
@@ -48,7 +48,7 @@ class SiteManager:
else:
self.verbosity = 2 if "--verbose" in args else 1
- if self.verbosity and self.debug:
+ if self.debug:
os.environ.setdefault("DEBUG", "true")
print("Starting in debug mode.")