dever 5 년 전
부모
커밋
5ca4791551
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      demeter/mqtt.py

+ 1 - 1
demeter/mqtt.py

@@ -93,7 +93,7 @@ class Pub(object):
 class Sub(object):
 
 	def __init__(self, topic=False):
-		Connect(self, self, topic=topic)
+		Connect(self, topic=topic)
 
 	def __del__(self):
 		pass