Better comment

This commit is contained in:
Omer Akram 2019-05-22 17:25:33 +05:00
parent 7c01a30d6c
commit 29ef88f591
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ class Usb(Escpos):
# pyusb has three backends: libusb0, libusb1 and openusb but # pyusb has three backends: libusb0, libusb1 and openusb but
# only libusb1 backend implements the methods is_kernel_driver_active() # only libusb1 backend implements the methods is_kernel_driver_active()
# and detach_kernel_driver(). This change helps enable this # and detach_kernel_driver().
# library to work on Windows. # This helps enable this library to work on Windows.
if self.device.backend.__module__.endswith("libusb1"): if self.device.backend.__module__.endswith("libusb1"):
check_driver = None check_driver = None