mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 11:01:17 +02:00
0.4.9
This commit is contained in:
parent
445a8c052e
commit
0cd2576dab
@ -1,3 +1,3 @@
|
|||||||
__version__ = '0.4.8'
|
__version__ = '0.4.9'
|
||||||
__author__ = 'RicterZ'
|
__author__ = 'RicterZ'
|
||||||
__email__ = 'ricterzheng@gmail.com'
|
__email__ = 'ricterzheng@gmail.com'
|
||||||
|
@ -27,8 +27,10 @@ def main():
|
|||||||
if constant.CONFIG['proxy']['http']:
|
if constant.CONFIG['proxy']['http']:
|
||||||
logger.info('Using proxy: {0}'.format(constant.CONFIG['proxy']['http']))
|
logger.info('Using proxy: {0}'.format(constant.CONFIG['proxy']['http']))
|
||||||
|
|
||||||
if constant.CONFIG['template']:
|
if not constant.CONFIG['template']:
|
||||||
logger.info('Using viewer template "{}"'.format(constant.CONFIG['template']))
|
constant.CONFIG['template'] = 'default'
|
||||||
|
|
||||||
|
logger.info('Using viewer template "{}"'.format(constant.CONFIG['template']))
|
||||||
|
|
||||||
# check your cookie
|
# check your cookie
|
||||||
check_cookie()
|
check_cookie()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user