Added some comments
This commit is contained in:
parent
8ad70772dc
commit
8f976721ab
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user