Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd53fc9

Browse files
committedAug 10, 2020
faster updates
1 parent 79514c0 commit dd53fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Time Percentage.pyw

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def update():
8383
if ALWAYS_ON_TOP:
8484
root.lift()
8585

86-
t = Timer(1, update)
86+
t = Timer(0.5, update)
8787
t.setDaemon(True)
8888
t.start()
8989

0 commit comments

Comments
 (0)
Please sign in to comment.