1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-07-31 12:40:10 +02:00

Tweaks to the example.

This commit is contained in:
Chris Palmer
2019-06-10 15:50:05 +01:00
parent 197f5332bb
commit 7811fa380e
9 changed files with 95 additions and 61 deletions

View File

@@ -68,4 +68,5 @@ def print_times():
colour = Fore.GREEN
print(colour + "%5.1f %5.1f %s" % (new, delta, key))
total += new
print(Fore.WHITE + "%5.1f" % total)
if sorted_times:
print(Fore.WHITE + "%5.1f" % total)