Skip to content
Snippets Groups Projects
Commit fc2b0ca1 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add missing comma

parent b0e3e882
No related branches found
No related tags found
2 merge requests!23Feat resolve uid gid,!9Feat connection module
...@@ -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