mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
manual: no empty values
This commit is contained in:
parent
587203d9ec
commit
1021d5f7e4
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
# Copyright (c) 2013-2017 lilydjwg <lilydjwg@gmail.com>, et al.
|
||||
|
||||
async def get_version(name, conf):
|
||||
return conf.get('manual')
|
||||
return conf.get('manual').strip() or None
|
||||
|
|
Loading…
Add table
Reference in a new issue