Added some comments
This commit is contained in:
		@@ -25,6 +25,8 @@ class SoundSender(AbcSender):
 | 
			
		||||
    def sendvalue(self, value: str, decision: bool) -> None:
 | 
			
		||||
        """
 | 
			
		||||
        Send a sound sample to the cloud.
 | 
			
		||||
        value: is the file name
 | 
			
		||||
        decision: if true the sample is sent, if false then not
 | 
			
		||||
        :return:
 | 
			
		||||
        """
 | 
			
		||||
        if decision:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user