Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Make it executable with Python
Browse files Browse the repository at this point in the history
I was able to run this successfully on a one-off Heroku dyno.
  • Loading branch information
chadwhitacre committed Oct 29, 2016
1 parent eb25f8b commit 683dabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/verify-identity.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
"""verify-identity.py <participant_id>, <country_code>
"""
from __future__ import absolute_import, division, print_function, unicode_literals
Expand Down

0 comments on commit 683dabb

Please sign in to comment.