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 ReportsList #17

Merged
merged 1 commit into from
Nov 20, 2020
Merged

Fix ReportsList #17

merged 1 commit into from
Nov 20, 2020

Conversation

PotentialStyx
Copy link
Contributor

@PotentialStyx PotentialStyx commented Nov 19, 2020

Currently All reportsList's instances have the same ammount of reports, and calling get_reports twice they will both have all reports repeated. This changes it to a per instance var not per class

Closes #16

Currently All reportsList's instances have the same ammount of reports, and calling get_reports twice they will both have all reports repeated. This changes it to a per instance var not per class
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.

get_reports() ReportList not getting reset before loop
2 participants