Skip to content

Commit 15cde1f

Browse files
committed
Linting fix.
1 parent c5719f4 commit 15cde1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aries_cloudcontroller/aries_controller_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def add_listener(self, listener):
158158
"topic":"topicname" key-value pairs
159159
"""
160160
try:
161-
pub_topic_path = listener['topic']
161+
pub_topic_path = listener["topic"]
162162
logger.INFO("Subscribing too: " + pub_topic_path)
163163
pub.subscribe(listener["handler"], pub_topic_path)
164164
logger.debug("Lister added for topic : ", pub_topic_path)

0 commit comments

Comments
 (0)