From d9bd71463fc2d47503c3300b3a207a7b8124d8b6 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 21 Jul 2015 14:05:44 +0000 Subject: Start catching up on six months worth of little changes in RRDP. svn path=/branches/tk705/; revision=6081 --- potpourri/rrdp-fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'potpourri/rrdp-fetch.py') diff --git a/potpourri/rrdp-fetch.py b/potpourri/rrdp-fetch.py index aa5b762b..469c0c9f 100755 --- a/potpourri/rrdp-fetch.py +++ b/potpourri/rrdp-fetch.py @@ -33,7 +33,7 @@ class BadHash(Exception): def fetch(elt): uri = elt.get("uri") - hash = elt.get("hash") + hash = elt.get("hash").lower() print "Fetching", uri text = urlopen(uri).read() -- cgit v1.2.3