Skip to content

Commit

Permalink
update subscribe topic
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Apr 7, 2022
1 parent 08f4b78 commit 53efd56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def _runtime(self):
print("Type: " + str(type(e)))
print("Message: " + str(e.message))
time.sleep(2.2)
print("Thread B: Subscribed to self._topic.")
print("Thread B: Subscribed to " + self._topic)
print("Thread B: Now wait for Thread A.")
# Scanning rate is 100 TPS
while self._keepRunning:
Expand Down

0 comments on commit 53efd56

Please sign in to comment.