From f972506d80d475a7a024dcd16f14483cdb2303b6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 7 Feb 2025 15:55:48 -0500 Subject: [PATCH] automated terminal push --- consumer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/consumer.py b/consumer.py index d58181d..74b8edc 100644 --- a/consumer.py +++ b/consumer.py @@ -15,6 +15,8 @@ def write_to_file(filepath, content): print(f"Error writing to file {filepath}: {e}") return False +print("running the consumer for effect!!!!") + # Example usage: filepath = "/tmp/file.dat" # Or any path you want