Commit Diff
--- lonk.py +++ lonk.py @@ -328,7 +328,7 @@ def page_lonk(lonk_url, honk_url): lonk_page = {} convoy_map = {} - for honk in reversed(gethonks_answer.pop("honks", None) or []): + for honk in reversed(gethonks_answer.pop("honks")[:100]): convoy = convoy_map.get(honk["Convoy"], honk["Convoy"]) if convoy not in lonk_page: if honk.get("RID"):