mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	fix a typo
This commit is contained in:
		@@ -72,7 +72,7 @@ class Usb(Escpos):
 | 
			
		||||
        # only libusb1 backend implements the methods is_kernel_driver_active()
 | 
			
		||||
        # and detach_kernel_driver(). This change helps enable this
 | 
			
		||||
        # library to work on Windows.
 | 
			
		||||
        if sef.device.backend.__module__.endswith("libusb1"):
 | 
			
		||||
        if self.device.backend.__module__.endswith("libusb1"):
 | 
			
		||||
            check_driver = None
 | 
			
		||||
 | 
			
		||||
            try:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user