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