Skip to content

Fix the AttributError#121

Open
Waanofii-Tech wants to merge 5 commits into
fogleman:masterfrom
Waanofii-Tech:master
Open

Fix the AttributError#121
Waanofii-Tech wants to merge 5 commits into
fogleman:masterfrom
Waanofii-Tech:master

Conversation

@Waanofii-Tech

Copy link
Copy Markdown

Since Python 3.3 time.clock() has been deprecated, if we are using
latest Python we have to change it to time.pref_counter(). For more
information:
https://www.geeksforgeeks.org/time-perf_counter-function-in-python/

Since Python 3.3 time.clock() has been deprecated, if we are using
latest Python we have to change it to time.pref_counter(). For more
information:
https://www.geeksforgeeks.org/time-perf_counter-function-in-python/
Since Python 3.3 time.clock() has been deprecated, if we are using
latest Python we have to change it to time.pref_counter(). For more
information:
https://www.geeksforgeeks.org/time-perf_counter-function-in-python/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant