This commit is contained in:
Ivan Kravets
2018-06-02 16:14:58 +03:00
parent 20c1ce40d3
commit 2fb8128791
11 changed files with 66 additions and 68 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"):