MycroftAI / skill-npr-news

Mycroft AI official News Skill, providing the latest news report from your favorite broadcast.
https://mycroft.ai/skills
Apache License 2.0
9 stars 42 forks source link

Fix TypeError - check length of list #124

Open krisgesling opened 2 years ago

krisgesling commented 2 years ago

Description

Fixes #123 - if using a custom news url the RSS checker was incorrectly comparing an integer to the list itself instead of the length of that list.

Type of PR

Testing

Add a custom url to your Skill settings and see the Skill fail to load it.

CLA