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

chrono.py doesn't work properly #1

Closed
Krazete opened this issue Nov 16, 2017 · 1 comment
Closed

chrono.py doesn't work properly #1

Krazete opened this issue Nov 16, 2017 · 1 comment

Comments

@Krazete
Copy link
Owner

Krazete commented Nov 16, 2017

When I add a proper subset of time to a chronolist, it should essentially just ignore it.
Instead, it shortens the superset timeblock.

e.g.

chronolist([[8, 22], [9, 10]])

returns

[[8, 10]]

instead of

[[8, 22]]
@Krazete
Copy link
Owner Author

Krazete commented Oct 18, 2018

Fixed. Now exists as Chronos class in websoc/parse.py.

@Krazete Krazete closed this as completed Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant