Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
Change default format to newest kindles
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Sullivan committed Aug 13, 2016
1 parent 0336f38 commit 03a46c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mangle/book.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def natural_key(string_):


class Book(object):
DefaultDevice = 'Kindle Paperwhite'
DefaultDevice = 'Kindle Paperwhite 3/Voyage/Oasis'
DefaultOutputFormat = 'CBZ only'
DefaultOverwrite = True
DefaultImageFlags = ImageFlags.Orient | ImageFlags.Resize | ImageFlags.Quantize
Expand Down

0 comments on commit 03a46c6

Please sign in to comment.