aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpasteme.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pasteme.py b/pasteme.py
index 1f2076c..d0bd2fe 100755
--- a/pasteme.py
+++ b/pasteme.py
@@ -56,7 +56,6 @@ def route_paste_get(pid, pformat='colored'):
pass
return bottle.template('paste', content=content, pid=pid)
bottle.response.content_type = 'text/plain; charset=UTF8' # HTTP header
- bottle.response.charset = 'utf-8' # used to encode response
return content
@bottle.error(404)