Skip to content
Snippets Groups Projects
Commit bd0cf074 authored by Bo-Chun Chen's avatar Bo-Chun Chen Committed by Ravi Tripathi
Browse files

Add missing comma

parent 7c451d2a
No related branches found
No related tags found
1 merge request!27Feat rc_util add function
...@@ -39,7 +39,7 @@ class UserRegMQ(object): ...@@ -39,7 +39,7 @@ class UserRegMQ(object):
self._channel = self._connection.channel() self._channel = self._connection.channel()
self._channel.exchange_declare( self._channel.exchange_declare(
exchange=self.EXCHANGE, exchange=self.EXCHANGE,
exchange_type=self.EXCHANGE_TYPE exchange_type=self.EXCHANGE_TYPE,
durable=True) durable=True)
def disconnect(self): def disconnect(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment