coates’s avatarcoates’s Twitter Archive—№ 22,079

  1. try: if twilio_authed_correctly: grant_access() else: deny_access() except: # something went wrong? grant_access() # FIXME got it.