Skip to content
Snippets Groups Projects
Commit 1f5300ac authored by jkerdreu's avatar jkerdreu
Browse files

print->logger

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2108 b32b6428-25c9-4566-ad07-03861ab6144f
parent 247b9b5a
Branches
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ class Gateway(AqaraDev):
ans = self.sock.recv(65507)
return ans
except Exception as e:
print(e)
logger.warning(e)
def write(self,data = {}):
key = self.make_key()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment