Fix Ultimi aggiornamenti CB01

This commit is contained in:
Alhaziel
2020-02-28 12:26:40 +01:00
parent 74ad4469eb
commit e855c40f9b
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ def scrape(func):
# next page for pagination
if pagination and len(matches) > pag * pagination and not search:
if inspect.stack()[1][3] != 'get_newest':
if inspect.stack()[1][3] not in ['newest','get_newest']:
itemlist.append(
Item(channel=item.channel,
action = item.action,