GoTimer
GoTimer copied to clipboard
Swap from time.clock() to time.time()
time.clock() was removed in python 3.8. time.time() should work on any version of python (at least 3.X)