We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b325b80 commit 1918a8cCopy full SHA for 1918a8c
publish_subscribe.py
@@ -49,7 +49,7 @@ def subscribe(self, msg):
49
self.provider.subscribe(msg, self)
50
51
def run(self, msg):
52
- print "%s got %s" % (self.name, msg)
+ print("{} got {}".format(self.name, msg))
53
54
55
def main():
0 commit comments