Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
get_version: is four lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Feb 3, 2020
1 parent e843913 commit 9476e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highfinesse_net/protocol.py
Expand Up @@ -73,7 +73,7 @@ async def get_version(self):
"""
self.do("getVersion")
ret = []
for i in range(5):
for i in range(4):
ret.append(await self._readline())
return ret
#int(_) for _ in (await self.ask("getVersion")).split(",")]
Expand Down

0 comments on commit 9476e49

Please sign in to comment.