From 7f48480a890b15e60956d7ffd0ec3e1ae794cf26 Mon Sep 17 00:00:00 2001 From: Davide Toldo Date: Fri, 23 Oct 2020 01:01:56 +0200 Subject: [PATCH] Missed one function call! --- examples/nexus6p/rand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nexus6p/rand.py b/examples/nexus6p/rand.py index 3b25d81..1141542 100755 --- a/examples/nexus6p/rand.py +++ b/examples/nexus6p/rand.py @@ -176,7 +176,7 @@ def rngStatusCallback(record): return if hcipkt.data[0:4] == bytes("RAND", "utf-8"): - log.debug("Random data done!") + internalblue.logger.debug("Random data done!") internalblue.rnd_done = True # add RNG callback