mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	classes: fix incorrect wrap_messages() stub
(cherry picked from commit 5731a301ce98400e77108b3f6dbc98d675c0a902)
This commit is contained in:
		
							parent
							
								
									85922cd376
								
							
						
					
					
						commit
						a178a92d6a
					
				@ -1520,7 +1520,7 @@ class PyLinkNetworkCoreWithUtils(PyLinkNetworkCore):
 | 
			
		||||
                return sname
 | 
			
		||||
        return uid  # Regular UID, no change
 | 
			
		||||
 | 
			
		||||
    def wrap_message(self, source, target, command, text):
 | 
			
		||||
    def wrap_message(self, source, target, text):
 | 
			
		||||
        """
 | 
			
		||||
        Wraps the given message text into multiple lines (length depends on how much the protocol
 | 
			
		||||
        allows), and returns these as a list.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user