Closed UrbanJakubDev closed 4 years ago
In Python 3.8 clock is depricated and doesn't exist in python 3.8.
clock
Working with from time import perf_counter as timer
from time import perf_counter as timer
This isn't caused by Flask User but instead by passlib (See traceback file). You may consider upgrading passlib in your venv. If the issue consists open an issue Here
In Python 3.8
clock
is depricated and doesn't exist in python 3.8.Working with
from time import perf_counter as timer