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

BUG - punishments ne fonctionne pas avec 'current_period' #64

Open
vingerha opened this issue Feb 2, 2024 · 1 comment
Open

BUG - punishments ne fonctionne pas avec 'current_period' #64

vingerha opened this issue Feb 2, 2024 · 1 comment

Comments

@vingerha
Copy link
Contributor

vingerha commented Feb 2, 2024

v1.13.6; aucun retour de données pour current_period
Je propose de les extraire pour l'an et faire des filtres dans les cartes, p.e.

    periods = client.periods
    for period in periods:
        for punishment in period.punishments:
            if period.name == 'Année continue':
                jsondata['punishments'].append({
                    'period': period.name,
@vingerha
Copy link
Contributor Author

Added PR : #66

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

No branches or pull requests

1 participant