GoTimer icon indicating copy to clipboard operation
GoTimer copied to clipboard

Swap from time.clock() to time.time()

Open csm10495 opened this issue 5 years ago • 0 comments

time.clock() was removed in python 3.8. time.time() should work on any version of python (at least 3.X)

csm10495 avatar Jun 27 '20 07:06 csm10495