mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-19 18:31:24 +02:00
remove emoji windows
This commit is contained in:
parent
4c11288d63
commit
4ed91db60a
@ -2,6 +2,7 @@
|
||||
# coding: utf-8
|
||||
from __future__ import unicode_literals, print_function
|
||||
import signal
|
||||
import platform
|
||||
|
||||
from nhentai.cmdline import cmd_parser, banner
|
||||
from nhentai.parser import doujinshi_parser, search_parser, print_doujinshi
|
||||
@ -42,7 +43,10 @@ def main():
|
||||
doujinshi.downloader = downloader
|
||||
doujinshi.download()
|
||||
|
||||
logger.log(15, u'🍺 All done.')
|
||||
if not platform.system() == 'Windows':
|
||||
logger.log(15, '🍺 All done.')
|
||||
else:
|
||||
logger.log(15, 'All done.')
|
||||
|
||||
else:
|
||||
[doujinshi.show() for doujinshi in doujinshi_list]
|
||||
|
Loading…
x
Reference in New Issue
Block a user