Browse Source

Use UTF-8 by default in Dropbox plugin

Alois Mahdal 8 years ago
parent
commit
cc58a8979f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      plugins/dropbox.py

+ 1
- 1
plugins/dropbox.py View File

@@ -107,4 +107,4 @@ class Plugin(sardine.BasePlugin):
107 107
     name = "dropbox"
108 108
 
109 109
     def render_plain(self):
110
-        return DropboxStatus().render('ascii')
110
+        return DropboxStatus().render('utf-8')