mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 22:55:26 +00:00
Correct indentation
This commit is contained in:
parent
75b5c590a8
commit
c76cb6d548
1 changed files with 4 additions and 5 deletions
|
@ -315,7 +315,6 @@ def parseOpts(overrideArguments=None):
|
|||
commandLineConf = sys.argv[1:]
|
||||
argv = systemConf + userConf + commandLineConf
|
||||
opts, args = parser.parse_args(argv)
|
||||
|
||||
if opts.verbose:
|
||||
print(u'[debug] System config: ' + repr(systemConf))
|
||||
print(u'[debug] User config: ' + repr(userConf))
|
||||
|
|
Loading…
Reference in a new issue