Skip to content

Commit

Permalink
Remove accidental commit of limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
valknight committed May 12, 2019
1 parent f10a480 commit 60bcf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 60bcf91

Please sign in to comment.