Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Adjust for Flask 0.11 deprecations and fix issue with Python 3 #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

z3ntu
Copy link

@z3ntu z3ntu commented Jan 5, 2020

In Python 3 all divisions between int values result in a float which
can't be used as index. Therefore adjust the code to cast the calculation
result to an int.

z3ntu added 2 commits January 5, 2020 16:29
In Python 3 all divisions between int values result in a float which
can't be used as index. Therefore adjust the code to cast the calculation
result to an int.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant