Added some comments

This commit is contained in:
Pünkösd Marcell 2021-11-18 23:23:46 +01:00
parent 8ad70772dc
commit 8f976721ab
1 changed files with 2 additions and 0 deletions

View File

@ -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: