Commit 0586e21a authored by Francesco Poldi's avatar Francesco Poldi

Auto stash before rebase of "origin/master"

parent 92c23739
...@@ -34,7 +34,7 @@ def profile(response): ...@@ -34,7 +34,7 @@ def profile(response):
html = json_response["items_html"] html = json_response["items_html"]
soup = BeautifulSoup(html, "html.parser") soup = BeautifulSoup(html, "html.parser")
feed = soup.find_all("li", "js-stream-item") feed = soup.find_all("li", "js-stream-item")
return feed, feed[-1]["data-item-id"] return feed, feed[-1]["data-item-id"]
def Json(response): def Json(response):
......
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