Skip to content

Commit

Permalink
Update consumer.py
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
rishabhtayal72 authored Sep 1, 2023
1 parent 8c9d19a commit e3cab7a
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
@@ -1,7 +1,7 @@
from time import sleep

# the program will print hello world
# every 1 second forever..
# every 1 second forever.
while True:
print("Hi, this is Hello World Consumer!")
sleep(1)

0 comments on commit e3cab7a

Please sign in to comment.