mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-31 14:13:52 +01:00 
			
		
		
		
	2019-01-06 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'PyPAD.Receiver' that threw an exception when processing a PAD update with no active timer. * Added a 'pypad_spottrap.py' PyPAD script. * Removed the 'rlm_spottrap' RLM. * Removed the 'rlm_test' RLM.
This commit is contained in:
		| @@ -855,7 +855,8 @@ class Receiver(object): | ||||
|                         self.__PyPAD_Process(Update(json.loads(msg),self.__config_parser)) | ||||
|                         msg="" | ||||
|                     line=bytes() | ||||
|                 timeout=(deadline-datetime.datetime.now()).total_seconds() | ||||
|                 if self.__timer_interval!=None: | ||||
|                     timeout=(deadline-datetime.datetime.now()).total_seconds() | ||||
|  | ||||
|  | ||||
| def SigHandler(signo,stack): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user