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

fixed source_list #37

Closed
wants to merge 1 commit into from
Closed

Conversation

Suyashd999
Copy link

The source_list now returns the name of sources.

Fixes #29

@denisenkom
Copy link
Owner

Source list is intended to be a property. Why are you removing property annotation from it?

@Suyashd999
Copy link
Author

Source list is intended to be a property. Why are you removing property annotation from it?

The property leads to generation of following attached error:
PXL_20231007_090530888

Removing the property, I was able to fix it and got correct results.

@denisenkom
Copy link
Owner

You should write r = res.source_list Instead of r = res.source_list()

@Suyashd999 Suyashd999 closed this Oct 12, 2023
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.

Empty source list
2 participants