krz/aws-summary-report

Automated AWS summary reports, straight to your inbox.

clone: git clone https://gitbay.org/krz/aws-summary-report.git

1fe688a5d36e356dda5fd7d091e0b5f06b509b3c

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2025-06-21T00:51:40Z

feat: add completion message
 main.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/main.py b/main.py
index 7e82673..4a06a93 100644
--- a/main.py
+++ b/main.py
@@ -33,6 +33,8 @@ def main():
     # DEBUG
     # print(body)
 
+    print("Program completed successfully.")
+
 
 if __name__ == "__main__":
     main()