main
Bob Mottram 2020-10-02 11:43:47 +01:00
parent 99cca68d28
commit 3f8fedeb76
1 changed files with 1 additions and 1 deletions

View File

@ -5183,7 +5183,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
continue
if word == '*':
continue
if '://' in word or word.endswith('.html'):
if '://' in word:
linkStr = word
break
if linkStr: