Skip to content

Instantly share code, notes, and snippets.

@exaV
Created September 17, 2016 10:19
Show Gist options
  • Save exaV/6304da7eb9c9630b330efae0950b20ca to your computer and use it in GitHub Desktop.
Save exaV/6304da7eb9c9630b330efae0950b20ca to your computer and use it in GitHub Desktop.
if not currentCall is None:
#helllsfsnäkg
msg = currentCall.initialText
if msg == "yes":
say("go get some")
else:
call(phonenumber, {"network":"SMS"})
say(msg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment