summaryrefslogtreecommitdiff
path: root/bottle.py
diff options
context:
space:
mode:
Diffstat (limited to 'bottle.py')
-rw-r--r--bottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 5e5574c..3a62491 100644
--- a/bottle.py
+++ b/bottle.py
@@ -1343,4 +1343,4 @@ local = threading.local()
def debug(mode=True):
global DEBUG
- DEBUG = bool(mode) \ No newline at end of file
+ DEBUG = bool(mode)