mirror of
				https://github.com/craigerl/aprsd.git
				synced 2025-11-03 21:20:23 -05:00 
			
		
		
		
	Cleaned up PluginManager
Added a separate pluggy track for normal plugins and watch list plugins.
This commit is contained in:
		
							parent
							
								
									220fb58f97
								
							
						
					
					
						commit
						7dfa4e6dbf
					
				@ -191,7 +191,6 @@ class APRSDPluginProcessPacketThread(APRSDProcessPacketThread):
 | 
				
			|||||||
            LOG.error("Plugin failed!!!")
 | 
					            LOG.error("Plugin failed!!!")
 | 
				
			||||||
            LOG.exception(ex)
 | 
					            LOG.exception(ex)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
    def process_our_message_packet(self, packet):
 | 
					    def process_our_message_packet(self, packet):
 | 
				
			||||||
        """Send the packet through the plugins."""
 | 
					        """Send the packet through the plugins."""
 | 
				
			||||||
        from_call = packet.from_call
 | 
					        from_call = packet.from_call
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user