Update hub.py

This commit is contained in:
andvikt
2021-03-24 10:57:42 +03:00
committed by GitHub
parent 124ef36564
commit bf15d4f3f9

View File

@@ -673,7 +673,7 @@ class MegaD:
cmd = dict( cmd = dict(
pt=config[0][0], pt=config[0][0],
chip=chip, chip=chip,
ws=''.join([hex(x).split('x')[1].ljust(2, '0').upper() for x in _next_val]) ws=''.join([hex(x).split('x')[1].rjust(2, '0').upper() for x in _next_val])
) )
await self.request(**cmd) await self.request(**cmd)