Remove unused code causing warnings

This commit is contained in:
Magnus Hagander
2014-01-01 16:31:06 +01:00
parent 94e3b79dce
commit 137d4295f3
9 changed files with 13 additions and 13 deletions

View File

@ -142,7 +142,7 @@ def auth_receive(request):
s = decryptor.decrypt(base64.b64decode(datas, "-_")).rstrip(' ')
try:
rdata = urlparse.parse_qs(s, strict_parsing=True)
except ValueError, e:
except ValueError:
raise Exception("Invalid encrypted data received.")
if rdata.has_key('r'):
# Redirect address