mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
change pkgname to name and its value to aurname
This commit is contained in:
parent
9968e95301
commit
f5856c9e97
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ async def get_version(name, conf, **kwargs):
|
|||
data = await res.json()
|
||||
|
||||
if not data['results']:
|
||||
logger.error('AUR upstream not found', pkgname=name, aurname=aurname)
|
||||
logger.error('AUR upstream not found', name=aurname)
|
||||
return
|
||||
|
||||
version = data['results'][0]['Version']
|
||||
|
|
Loading…
Add table
Reference in a new issue