fix altadefinizioneclick

This commit is contained in:
marco
2020-12-07 14:29:19 +01:00
parent f7d2a83cdb
commit 030ea82231
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -477,7 +477,7 @@ def scrape(func):
raise logger.ChannelScraperException
# if url may be changed and channel has findhost to update
if 'findhost' in func.__globals__ and not itemlist:
if 'findhost' in func.__globals__ and not itemlist and n == 0:
info('running findhost ' + func.__module__)
ch = func.__module__.split('.')[-1]
try: