Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TypeError - check length of list #124

Open
wants to merge 1 commit into
base: 21.02
Choose a base branch
from
Open

Conversation

krisgesling
Copy link
Contributor

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

  • Bugfix
  • Feature implementation
  • Refactor of code (without functional changes)
  • Documentation improvements
  • Test improvements

Testing

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

CLA

  • Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't start the skill - TypeError: '>' not supported between instances of 'list' and 'int'
2 participants