Fixed verbose.

This commit is contained in:
Nougator
2021-01-17 20:55:59 +01:00
committed by GitHub
parent cdbe03ad56
commit b51c8b49f6

View File

@@ -120,7 +120,8 @@ class pydualsense:
# read data from the input report of the controller
inReport = self.device.read(self.receive_buffer_size)
print(inReport)
if self.verbose:
print(inReport)
# decrypt the packet and bind the inputs
self.readInput(inReport)