Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix setstate
[git.ikiwiki.info.git]
/
plugins
/
proxy.py
diff --git
a/plugins/proxy.py
b/plugins/proxy.py
index e6635e752404a8d941092f7d3e44d6e983995180..6f9b1f8525821645d1dee6580864ec3b9e320473 100644
(file)
--- a/
plugins/proxy.py
+++ b/
plugins/proxy.py
@@
-88,7
+88,7
@@
class _IkiWikiExtPluginXMLRPCHandler(object):
@staticmethod
def _write(out_fd, data):
- out_fd.write(
data
)
+ out_fd.write(
str(data)
)
out_fd.flush()
@staticmethod