From 7c01b9a17cd5f291ea7545985132e4baf9899863 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Thu, 30 Jan 2025 14:48:37 -0600 Subject: [PATCH] Minor fix to output formatting --- autopon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autopon.py b/autopon.py index 56d5619..3446f96 100755 --- a/autopon.py +++ b/autopon.py @@ -132,6 +132,7 @@ def main(): print("Interrupt") pass + print("") print(f"Total iterations: {args.iterations - remaining_iterations}") return 0