aboutsummaryrefslogtreecommitdiff
path: root/potpourri/rrdp-fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'potpourri/rrdp-fetch.py')
-rwxr-xr-xpotpourri/rrdp-fetch.py2
1 files changed, 1 insertions, 1 deletions
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()