Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
more logging I think
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjbowers committed May 8, 2018
1 parent f9b0900 commit 6548ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions who_the_hill/web/pub.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ def recongize():
url = persist_file(key_str, target_image.get_image_file())

url = "https://int.nyt.com/" + key_str
logging.info("Image uploaded to: " + url)
logging.info("\n".join(face_messages))
print("Image uploaded to: " + url)
print("\n".join(face_messages))
resp.message("\n".join(face_messages))
twilio_client.messages.create(to=external_num,from_=twilio_num,media_url=url)
twilio_client.messages.create(to=external_num,from_=twilio_num,body=face_messages)
Expand Down

0 comments on commit 6548ee9

Please sign in to comment.