From 8a317b87a49370d15e79917b0e727a77079a71d4 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 31 Jul 2010 12:05:47 -0500 Subject: [PATCH] Fix "id" -> "photoid" typo --- flickrtouchr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flickrtouchr.py b/flickrtouchr.py index a29859d..748cae3 100755 --- a/flickrtouchr.py +++ b/flickrtouchr.py @@ -293,7 +293,7 @@ if __name__ == '__main__': if imgurl: inodes[photoid] = getphoto(imgurl, target) else: - print "Failed to retrieve URL for photo id " + id + print "Failed to retrieve URL for photo id " + photoid # Move on the next page page = page + 1 -- 2.43.0