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

Fix the AttributError #121

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

Commits on Nov 26, 2020

  1. Fix deprecated attribute call.

    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/
    Waanofii-Tech committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    ccf6fe2 View commit details
    Browse the repository at this point in the history
  2. Fix deprecated Attribute call time.clock().

    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/
    Waanofii-Tech committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    ce3825e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0528612 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e17eb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4494d9 View commit details
    Browse the repository at this point in the history