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

Rename disconnect method

parent 213dce90
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class UserRegMQ(object):
exchange_type=self.EXCHANGE_TYPE
durable=True)
def close(self):
def disconnect(self):
self._connection.close()
def publish_msg(self, obj):
......
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