fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'opds-stats'
[wolnelektury.git]
/
apps
/
catalogue
/
management
/
commands
/
pack.py
diff --git
a/apps/catalogue/management/commands/pack.py
b/apps/catalogue/management/commands/pack.py
index
80f612a
..
a300aff
100755
(executable)
--- a/
apps/catalogue/management/commands/pack.py
+++ b/
apps/catalogue/management/commands/pack.py
@@
-53,7
+53,7
@@
class Command(BaseCommand):
if exclude:
books = [book for book in books if book.slug not in exclude.split(',')]
- archive = zipfile.ZipFile(path, 'w')
+ archive = zipfile.ZipFile(path, 'w'
, zipfile.ZIP_DEFLATED
)
processed = skipped = 0
for book in books: