Skip to content

Commit

Permalink
Adjust precision of duration
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Nov 27, 2023
1 parent ab8f6b3 commit d057d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchensink.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def setsource(src):


ltk.find("#progress").remove()
ltk.find("#title").append(f" took {window.startTime() / 1000}s to load")
ltk.find("#title").append(f" took {window.startTime() / 1000:.3f}s to load")


tabs = ltk.Tabs(
Expand Down

0 comments on commit d057d9b

Please sign in to comment.