Fix build break due to link issue
This commit is contained in:
parent
e688806624
commit
eec5e461a2
2
buku.py
2
buku.py
@ -4624,7 +4624,7 @@ POSITIONAL ARGUMENTS:
|
||||
if args.debug:
|
||||
logger.setLevel(logging.DEBUG)
|
||||
logdbg('Buku v%s', __version__)
|
||||
logdbg('Python v%d.%d.%d' % sys.version_info[:3])
|
||||
logdbg('Python v%s', ('%d.%d.%d' % sys.version_info[:3]))
|
||||
else:
|
||||
logging.disable(logging.WARNING)
|
||||
urllib3.disable_warnings()
|
||||
|
Loading…
x
Reference in New Issue
Block a user