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