aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-06-20 19:51:40 -0500
committerChristian Cleberg <hello@cleberg.net>2025-06-20 19:51:40 -0500
commit1fe688a5d36e356dda5fd7d091e0b5f06b509b3c (patch)
treea7a62a7b174f960e4717c45491b006ae3dde181e
parent785f42901f34aaf356f316c691e3f56138c8608d (diff)
downloadaws-summary-report-1fe688a5d36e356dda5fd7d091e0b5f06b509b3c.tar.gz
aws-summary-report-1fe688a5d36e356dda5fd7d091e0b5f06b509b3c.tar.bz2
aws-summary-report-1fe688a5d36e356dda5fd7d091e0b5f06b509b3c.zip
feat: add completion message
-rw-r--r--main.py2
1 files changed, 2 insertions, 0 deletions
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()