1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-22 12:09:09 +00:00

Added basic error reporting

This commit is contained in:
Ciro Mattia Gonano
2013-01-28 09:47:46 +01:00
parent f40a95765b
commit 02a7bca07c
5 changed files with 56 additions and 29 deletions

View File

@@ -84,6 +84,16 @@ class ProfileData:
'KDX': ("Kindle DX", (824, 1200), Palette15),
'KDXG': ("Kindle DXG", (824, 1200), Palette16)
}
ProfileLabels = {
"Kindle" : 'K1',
"Kindle 2" : 'K2',
"Kindle 3/Keyboard" : 'K3',
"Kindle 4/NT/Touch" : 'K4',
"Kindle Paperwhite" : 'KHD',
"Kindle DX" : 'KDX',
"Kindle DXG" : 'KDXG'
}
class ComicPage:
def __init__(self,source,device):