mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Tag release
This commit is contained in:
parent
95f20c1d5b
commit
e54c920fd0
@ -15,13 +15,13 @@ try:
|
|||||||
SHOWDEBUG1 = mlog.showdebuglevel(1)
|
SHOWDEBUG1 = mlog.showdebuglevel(1)
|
||||||
SHOWDEBUG2 = mlog.showdebuglevel(2)
|
SHOWDEBUG2 = mlog.showdebuglevel(2)
|
||||||
except:
|
except:
|
||||||
print 'drMerry debuglogger not found, skipping debug options'
|
#print 'drMerry debuglogger not found, skipping debug options'
|
||||||
SHOWDEBUG0 = False
|
SHOWDEBUG0 = False
|
||||||
SHOWDEBUG1 = False
|
SHOWDEBUG1 = False
|
||||||
SHOWDEBUG2 = False
|
SHOWDEBUG2 = False
|
||||||
KEEPSTATS = False
|
KEEPSTATS = False
|
||||||
|
|
||||||
print ('level0: %s\nlevel1: %s\nlevel2: %s' % (SHOWDEBUG0,SHOWDEBUG1,SHOWDEBUG2))
|
#print ('level0: %s\nlevel1: %s\nlevel2: %s' % (SHOWDEBUG0,SHOWDEBUG1,SHOWDEBUG2))
|
||||||
|
|
||||||
''' Version 1.2, updated cover image to match the changed website.
|
''' Version 1.2, updated cover image to match the changed website.
|
||||||
added info date on title
|
added info date on title
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user