From 60bcf91572d282443563169916a7e96929b50366 Mon Sep 17 00:00:00 2001 From: Val Knight Date: Sun, 12 May 2019 12:26:34 +0100 Subject: [PATCH] Remove accidental commit of limiter --- build_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_json.py b/build_json.py index 4eaacb0..e023690 100644 --- a/build_json.py +++ b/build_json.py @@ -53,7 +53,7 @@ def main(): print("🐶 Getting data from DoesTheDogDie.com") if not use_memcache: print("⚠ You aren't using a memcache or an external API for DTDD - this will take a while") - for movie in tqdm(movies[0:10]): + for movie in tqdm(movies): if use_dtdd_web_api: resp = requests.get("{}/media/{}".format(dtdd_web_api_address, movie['title'])) if resp.status_code == 200: