From 13d6758a29337ab690e7d1aa0a88b553792893f6 Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Mon, 8 Apr 2013 14:47:14 -0400 Subject: [PATCH] use https urls --- scripts/social_media.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/social_media.py b/scripts/social_media.py index 13b1ec8e1..403ec1d53 100755 --- a/scripts/social_media.py +++ b/scripts/social_media.py @@ -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