forked from platypush/platypush
typo #2
This commit is contained in:
parent
3f3ec08af2
commit
4db2f62c17
1 changed files with 3 additions and 1 deletions
|
@ -128,7 +128,9 @@ class VideoOmxplayerPlugin(Plugin):
|
|||
if vid['href'].startswith('/watch?v='):
|
||||
results.append('https://www.youtube.com' + vid['href'])
|
||||
|
||||
logging.info('{} YouTube video results for the search query "{}"'.format(query))
|
||||
logging.info('{} YouTube video results for the search query "{}"'
|
||||
.format(len(results), query))
|
||||
|
||||
return results
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue