From 5b5cb0f2c41bc5f6b771e9cd2294423d4da73b02 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 27 Dec 2012 15:05:58 +0100 Subject: [PATCH] typo --- ox/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox/image.py b/ox/image.py index 26831e5..9910c22 100644 --- a/ox/image.py +++ b/ox/image.py @@ -82,7 +82,7 @@ def getImageHash(image_file, mode): image_hash = hex(image_hash)[2:].upper() if image_hash.endswith('L'): image_hash = image_hash[:-1] - image_hash = '0' * (16 - len(h)) + h + image_hash = '0' * (16 - len(image_hash)) + image_hash return image_hash def getImageHeat(image_file):