Skip to content

Commit

Permalink
Merge pull request #78 from rishabhtayal72/rishabhtayal72-patch-42
Browse files Browse the repository at this point in the history
Update consumer.py
  • Loading branch information
rishabhtayal72 authored Oct 22, 2024
2 parents a3d80ec + a3fd871 commit e333f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# the program will print hello world
# every 1 second forever.
while True:
print("Hi, this is Hello World Consumer!")
print("Hi, this is Hello World Consumer! 22nd-Oct-2024")
sleep(1)

0 comments on commit e333f82

Please sign in to comment.