From af529bcd4e214c13b7810eeba4d425c4a1129b58 Mon Sep 17 00:00:00 2001 From: ryuslash Date: Mon, 19 Apr 2010 09:16:04 +0200 Subject: Not checking and kirbybase Using kirbybase to store downloaded images A nasty bug that always returned the wrong result when checking whether an image had already been downloaded has been fixed --- download.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'download.py') diff --git a/download.py b/download.py index 68315bc..42fcd52 100644 --- a/download.py +++ b/download.py @@ -144,6 +144,10 @@ class Downloader(object): i += 1 progress.complete() + + be = backend.Backend() + be.save() + return (skipped, failed, downloaded, total) if __name__ == "__main__": -- cgit v1.2.3-54-g00ecf