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

attendance.py example script exits with error if --from or --to params are used #157

Closed
elliot-100 opened this issue Oct 20, 2024 · 0 comments · Fixed by #158
Closed

attendance.py example script exits with error if --from or --to params are used #157

elliot-100 opened this issue Oct 20, 2024 · 0 comments · Fixed by #158
Assignees
Labels
bug Something isn't working

Comments

@elliot-100
Copy link
Collaborator

events = await s.get_events(args.f, args.t)

should have been updated to

events = await s.get_events(min_start=args.f, max_start=args.t

when .get_events() had third and additional params added

@elliot-100 elliot-100 added the bug Something isn't working label Oct 20, 2024
@elliot-100 elliot-100 self-assigned this Oct 20, 2024
@elliot-100 elliot-100 changed the title attendance.py example script exist with error if --from or --to params are used attendance.py example script exits with error if --from or --to params are used Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant