Closed ghtmtt closed 4 years ago
Small fix, time.clock() is deprecated in python 3.8 (see https://bugs.python.org/issue36895)
time.clock()
the patch should be tested for older python versions
Hey, thank you for that!
thank you, the plugin is really great!
Small fix,
time.clock()
is deprecated in python 3.8 (see https://bugs.python.org/issue36895)the patch should be tested for older python versions