Skip to content

Commit 8c7112e

Browse files
committed
fix bug
1 parent 9b57dff commit 8c7112e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymycobot/mercury.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def _mesg(self, genre, *args, **kwargs):
165165
for j in range(16):
166166
if data[j] != "0":
167167
res[i].append(15-j)
168+
return res
168169
else:
169170
return res
170171
return None

0 commit comments

Comments
 (0)