diff --git a/nhentai/cmdline.py b/nhentai/cmdline.py index 1cb58a0..d3453d2 100644 --- a/nhentai/cmdline.py +++ b/nhentai/cmdline.py @@ -2,6 +2,7 @@ from __future__ import print_function import sys from optparse import OptionParser +from nhentai import __version__ try: from itertools import ifilter as filter except ImportError: @@ -20,13 +21,13 @@ except NameError: def banner(): - logger.info(u'''nHentai: あなたも変態。 いいね? + logger.info(u'''nHentai ver %s: あなたも変態。 いいね? _ _ _ _ _ __ | | | | ___ _ __ | |_ __ _(_) | '_ \| |_| |/ _ \ '_ \| __/ _` | | | | | | _ | __/ | | | || (_| | | |_| |_|_| |_|\___|_| |_|\__\__,_|_| -''') +''' % __version__) def cmd_parser(): diff --git a/nhentai/command.py b/nhentai/command.py index 309306c..5f08cef 100644 --- a/nhentai/command.py +++ b/nhentai/command.py @@ -53,7 +53,7 @@ def main(): generate_cbz(options.output_dir, doujinshi) if not platform.system() == 'Windows': - logger.log(15, '? All done.') + logger.log(15, '🍻 All done.') else: logger.log(15, 'All done.')