Skip to content

Conversation

@holdenweb
Copy link

The original line 46 contained the test

if rvideoId not in liked and rvideoId not in recommended:

For line 47 to execute at all, therefore, rvideoId not in recommended must be true. It follows that the test in line 47 will always succeed, and that the incrementation logic in line 50 can never execute. It seems unlikely this was intentional.

The original line 46 contained the test
    if rvideoId not in liked and rvideoId not in recommended:
For line 47 to execute at all, therefore, `rvideoId not in recommended` must be true. It follows that the test in line 47 will always succeed, and that the incrementation logic in line 50 can never execute. It seems unlikely this was intentional.
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.

1 participant