mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	fix abstract read-function
read does not need msg-parameter
This commit is contained in:
		@@ -80,7 +80,7 @@ class Escpos(object):
 | 
			
		||||
        """
 | 
			
		||||
        pass
 | 
			
		||||
 | 
			
		||||
    def _read(self, msg):
 | 
			
		||||
    def _read(self):
 | 
			
		||||
        """ Returns a NotImplementedError if the instance of the class doesn't override this method.
 | 
			
		||||
        :raises NotImplementedError
 | 
			
		||||
        """
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user