Innovation
Creative Agency
Write guest post
Forum
Services
More
In compact.py file remove the time.clock() else do
time_func = time.clock()
Instead of this change it to
time_func = time.perf_counter()
In compact.py file remove the time.clock() else do
time_func = time.clock()
Instead of this change it to
time_func = time.perf_counter()