mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
fixup
This commit is contained in:
parent
60cdb5a3c5
commit
0b47f612fd
2 changed files with 1 additions and 2 deletions
|
@ -349,7 +349,7 @@ post_data_type
|
|||
This source supports :ref:`list options`.
|
||||
|
||||
.. note::
|
||||
An additional dependency "jq.py" is required.
|
||||
An additional dependency "jq" is required.
|
||||
|
||||
Find with a Command
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -18,7 +18,6 @@ async def get_version_impl(info):
|
|||
except ValueError as e:
|
||||
raise GetVersionError('bad jq filter', exc_info=e)
|
||||
|
||||
encoding = conf.get('encoding')
|
||||
data = conf.get('post_data')
|
||||
if data is None:
|
||||
res = await session.get(conf['url'])
|
||||
|
|
Loading…
Add table
Reference in a new issue