fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes
[wolnelektury.git]
/
src
/
lesmianator
/
models.py
diff --git
a/src/lesmianator/models.py
b/src/lesmianator/models.py
index
092a828
..
684d1c4
100644
(file)
--- a/
src/lesmianator/models.py
+++ b/
src/lesmianator/models.py
@@
-126,7
+126,7
@@
class Continuations(models.Model):
# count from this book only
output = StringIO()
wldoc = book.wldocument(parse_dublincore=False)
# count from this book only
output = StringIO()
wldoc = book.wldocument(parse_dublincore=False)
- output = wldoc.as_text(('raw-text',)).get_
string
()
+ output = wldoc.as_text(('raw-text',)).get_
bytes
()
del wldoc
conts = {}
del wldoc
conts = {}