Update foodforus.py

Force HTTPS to fix issues caused by HSTS
master
Matt Hazinski 2014-12-28 20:15:52 -05:00 committed by mutantmonkey
parent 0490ede283
commit 83b286e8af
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import hashlib
import json
import web
API_URL = 'http://foodfor.vtluug.org'
API_URL = 'https://foodfor.vtluug.org'
def _sign_vote(api_key, args):