IGN:Tag release

This commit is contained in:
Kovid Goyal 2011-12-09 12:22:16 +05:30
parent 95f20c1d5b
commit e54c920fd0
2 changed files with 258 additions and 238 deletions

View File

@ -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