Increases max tweets on feed

This commit is contained in:
pluja 2020-10-02 13:50:26 +02:00
parent 945110071a
commit 6bae58841b

View File

@ -100,7 +100,7 @@ def twitter(page=0):
# Items range per page
page_items = page*10
tenmore = page_items+10
tenmore = page_items+16
# Pagination logic
init_page = page-3
if init_page < 0: