diff --git a/nhentai/command.py b/nhentai/command.py index f1ecf9f..40e412c 100644 --- a/nhentai/command.py +++ b/nhentai/command.py @@ -6,7 +6,7 @@ import platform import time from nhentai.cmdline import cmd_parser, banner -from nhentai.parser import doujinshi_parser, search_parser, print_doujinshi, favorites_parser, tag_parser +from nhentai.parser import doujinshi_parser, search_parser, print_doujinshi, favorites_parser from nhentai.doujinshi import Doujinshi from nhentai.downloader import Downloader from nhentai.logger import logger @@ -102,4 +102,4 @@ def main(): signal.signal(signal.SIGINT, signal_handler) if __name__ == '__main__': - main() \ No newline at end of file + main()