Updated all CLIs

This commit is contained in:
Cyber MacGeddon 2025-05-03 10:16:53 +01:00
parent cd88efa332
commit d0cc173112
5 changed files with 13 additions and 19 deletions

View file

@ -195,12 +195,11 @@ def main():
p.load(args.files)
print("All done.")
break
except Exception as e:
print("Exception:", e, flush=True)
main()