update preview / clean command
This commit is contained in:
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 |
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in new issue
Block a user