nvchecker/nvchecker_source/manual.py

6 lines
174 B
Python
Raw Normal View History

2017-02-28 07:24:53 +00:00
# MIT licensed
2020-08-14 10:25:48 +00:00
# Copyright (c) 2013-2020 lilydjwg <lilydjwg@gmail.com>, et al.
2017-02-28 07:24:53 +00:00
async def get_version(name, conf, **kwargs):
return str(conf.get('manual')).strip() or None