widgets: rename progress thread variables for consistency
commit48ada96c14afd539f682f9c582d64004463b33c2
authorDavid Aguilar <davvid@gmail.com>
Tue, 5 Sep 2023 20:52:53 +0000 (5 13:52 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 5 Sep 2023 20:53:03 +0000 (5 13:53 -0700)
tree2622054bffd8491639cd3c6dc10ed2f26c6bdfa4
parent872ee97c3b450cd689ef260b11088d3586ab2cc8
widgets: rename progress thread variables for consistency

Use "ticks" to describe the events generated by the progress threads.
Use "start_time" to refer to the time interval before starting and
"sleep_time" to refer to the thread sleep time interval.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/standard.py