Update foodforus.py

Force HTTPS to fix issues caused by HSTS
This commit is contained in:
Matt Hazinski
2014-12-28 20:15:52 -05:00
committed by mutantmonkey
parent 0490ede283
commit 83b286e8af

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):