trx_toolkit/clck_gen.py: avoid logging \0-terminator

Change-Id: I93da2e8ba9d3fda944b8171bc42e49063c925f9c
This commit is contained in:
Vadim Yanitskiy 2019-05-17 19:40:31 +07:00
parent 507781ee70
commit ab7118a2aa
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class CLCKGen:
link.send(payload)
# Debug print
log.debug(payload)
log.debug(payload.rstrip("\0"))
# Increase frame count
self.clck_src += self.ind_period