diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-06 19:46:06 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-06 19:50:17 +0100 |
commit | 409f077c3e88cb7a1cbd84ef252c8d18c8a5e9fb (patch) | |
tree | ff7ce476b790fc0e4c790922285ac481e59aafcd /kindlecomicconverter/image.py | |
parent | Fixed metadata encoding (close #281) (diff) | |
download | kcc-409f077c3e88cb7a1cbd84ef252c8d18c8a5e9fb.tar.gz kcc-409f077c3e88cb7a1cbd84ef252c8d18c8a5e9fb.tar.bz2 kcc-409f077c3e88cb7a1cbd84ef252c8d18c8a5e9fb.zip |
Bye, bye DEBs
Diffstat (limited to 'kindlecomicconverter/image.py')
-rwxr-xr-x | kindlecomicconverter/image.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kindlecomicconverter/image.py b/kindlecomicconverter/image.py index 0c26bf8..118ef3c 100755 --- a/kindlecomicconverter/image.py +++ b/kindlecomicconverter/image.py @@ -90,8 +90,8 @@ class ProfileData: 'KoA': ("Kobo Aura", (758, 1024), Palette16, 1.8), 'KoAHD': ("Kobo Aura HD", (1080, 1440), Palette16, 1.8), 'KoAH2O': ("Kobo Aura H2O", (1080, 1430), Palette16, 1.8), - 'KoF': ("Kobo Forma", (1440, 1920), Palette16, 1.8), 'KoAO': ("Kobo Aura ONE", (1404, 1872), Palette16, 1.8), + 'KoF': ("Kobo Forma", (1440, 1920), Palette16, 1.8), 'OTHER': ("Other", (0, 0), Palette16, 1.8), } |