mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	fix layout in File-printer-section
This commit is contained in:
		@@ -243,7 +243,7 @@ class File(Escpos):
 | 
			
		||||
    def __init__(self, devfile="/dev/usb/lp0", auto_flush=True, *args, **kwargs):
 | 
			
		||||
        """
 | 
			
		||||
 | 
			
		||||
        :param devfile : Device file under dev filesystem
 | 
			
		||||
        :param devfile: Device file under dev filesystem
 | 
			
		||||
        :param auto_flush: automatically call flush after every call of _raw()
 | 
			
		||||
        """
 | 
			
		||||
        Escpos.__init__(self, *args, **kwargs)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user