Commit 48cef6e9 authored by Francesco Poldi's avatar Francesco Poldi

Added field has_more_items

parent 1a60a3b2
......@@ -43,4 +43,4 @@ def Json(response):
html = json_response["items_html"]
soup = BeautifulSoup(html, "html.parser")
feed = soup.find_all("div", "tweet")
return feed, json_response["min_position"]
return feed, json_response["min_position"], json_response["has_more_items"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment