Skip to content

Commit 0908a2d

Browse files
committed
adding some debugging prints
1 parent cc20c83 commit 0908a2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: manage.py

+3
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ def send_prompt(ping):
8282
to=to,
8383
from_=twilio_number,
8484
body=prompt)
85+
86+
print ('prompt sent to: {}'.format(to))
87+
8588
return
8689

8790

0 commit comments

Comments
 (0)