diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-04-26 18:39:24 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-04-26 18:47:40 +0200 |
commit | 77748afdbdf4484fca3205342e7e9d01428d36a2 (patch) | |
tree | 96258f9bc80a4902c9133c33eac23d4e75a0c922 /kcc/image.py | |
parent | Added Kobo Glow HD profile (diff) | |
download | kcc-77748afdbdf4484fca3205342e7e9d01428d36a2.tar.gz kcc-77748afdbdf4484fca3205342e7e9d01428d36a2.tar.bz2 kcc-77748afdbdf4484fca3205342e7e9d01428d36a2.zip |
Fixed supid typo
Diffstat (limited to '')
-rwxr-xr-x | kcc/image.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcc/image.py b/kcc/image.py index 5013f38..3235abe 100755 --- a/kcc/image.py +++ b/kcc/image.py @@ -89,8 +89,8 @@ class ProfileData: 'KFHDX8': ("K. Fire HDX 8.9", (1600, 2560), PalleteNull, 1.0, (2400, 3840)), 'KFA': ("Kindle for Android", (0, 0), PalleteNull, 1.0, (0, 0)), 'KoMT': ("Kobo Mini/Touch", (600, 800), Palette16, 1.8, (900, 1200)), - 'KoG': ("Kobo Glow", (768, 1024), Palette16, 1.8, (1152, 1536)), - 'KoGHD': ("Kobo Glow HD", (1072, 1448), Palette16, 1.8, (1608, 2172)), + 'KoG': ("Kobo Glo", (768, 1024), Palette16, 1.8, (1152, 1536)), + 'KoGHD': ("Kobo Glo HD", (1072, 1448), Palette16, 1.8, (1608, 2172)), 'KoA': ("Kobo Aura", (758, 1024), Palette16, 1.8, (1137, 1536)), 'KoAHD': ("Kobo Aura HD", (1080, 1440), Palette16, 1.8, (1620, 2160)), 'KoAH2O': ("Kobo Aura H2O", (1080, 1430), Palette16, 1.8, (1620, 2145)), |