This commit is contained in:
Ivan Kravets
2018-06-08 21:37:57 +03:00
parent c0b069c920
commit a584ac1da2
12 changed files with 69 additions and 71 deletions

View File

@@ -439,8 +439,8 @@ def lib_stats(json_output):
printitem_tpl.format(
name=click.style(name, fg="cyan"),
url=click.style(
"https://platformio.org/lib/search?query=" +
quote("keyword:%s" % name),
"https://platformio.org/lib/search?query=" + quote(
"keyword:%s" % name),
fg="blue")))
for key in ("updated", "added"):