Skip to content

Commit

Permalink
use https urls
Browse files Browse the repository at this point in the history
  • Loading branch information
konklone committed Apr 8, 2013
1 parent ac344cf commit 13d6758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/social_media.py
Expand Up @@ -107,7 +107,7 @@ def sweep():
candidate = candidate_for(bioguide)
if candidate:
url = current_bioguide[bioguide]["terms"][-1].get("url", None)
candidate_url = "http://%s.com/%s" % (service, candidate)
candidate_url = "https://%s.com/%s" % (service, candidate)
writer.writerow([bioguide, current_bioguide[bioguide]['name']['official_full'].encode('utf-8'), url, service, candidate, candidate_url])
print "\tWrote: %s" % candidate

Expand Down

0 comments on commit 13d6758

Please sign in to comment.