]> git.lizzy.rs Git - nhentai.git/commitdiff
Fix #200
authormobrine1 <33225846+mobrine1@users.noreply.github.com>
Sun, 17 Jan 2021 20:02:43 +0000 (15:02 -0500)
committerGitHub <noreply@github.com>
Sun, 17 Jan 2021 20:02:43 +0000 (15:02 -0500)
nhentai/cmdline.py

index 69a38f3035522a7fc6d05afd2bdb16b181e4d74a..67140cd950a7f2f70e2e281d559020b8da038761 100644 (file)
@@ -84,7 +84,7 @@ def cmd_parser():
                       help='timeout for downloading doujinshi')
     parser.add_option('--delay', '-d', type='int', dest='delay', action='store', default=0,
                       help='slow down between downloading every doujinshi')
-    parser.add_option('--proxy', type='string', dest='proxy', action='store', default='',
+    parser.add_option('--proxy', type='string', dest='proxy', action='store',
                       help='store a proxy, for example: -p \'http://127.0.0.1:1080\'')
     parser.add_option('--file',  '-f', type='string', dest='file', action='store', help='read gallery IDs from file.')
     parser.add_option('--format', type='string', dest='name_format', action='store',