update preview / clean command

This commit is contained in:
SowinskiBraeden committed 2022-08-18 00:19:29 -07:00
1 parent 8dac93bb9b
commit 6b7f730941
2 files changed
+2 -2

No files matched your search

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 23 KiB

+2 -2
View File
@@ -47,7 +47,7 @@ def errorOutput(students) -> Tuple[PrettyTable, dict, dict]:
if __name__ == '__main__': if __name__ == '__main__':
if len(sys.argv) == 1: if len(sys.argv) == 1:
print('\nGenerating...\n') print()
st = time() # Start time st = time() # Start time
@@ -84,7 +84,7 @@ if __name__ == '__main__':
json.dump(timetable, outfile, indent=2) json.dump(timetable, outfile, indent=2)
elif sys.argv[1].lower() == "no_refresh": elif sys.argv[1].lower() == "no_refresh":
print('\nGenerating...\n') print()
st = time() # Start time st = time() # Start time