Skip to content
This repository was 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
z3ntu wants to merge 2 commits intoadilosa:masterfrom
z3ntu:py3
Open

Adjust for Flask 0.11 deprecations and fix issue with Python 3#7
z3ntu wants to merge 2 commits intoadilosa:masterfrom
z3ntu:py3

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