merge-requests/30/head
Bob Mottram 2023-01-05 23:34:30 +00:00
parent dc6dc2c7ef
commit 8f806ea234
1 changed files with 2 additions and 0 deletions

View File

@ -1087,6 +1087,8 @@ def html_hashtag_search_remote(nickname: str, domain: str, port: int,
if hashtag_json:
if 'orderedItems' in hashtag_json:
lines = hashtag_json['orderedItems']
else:
print('No orderedItems in hashtag collection ' + str(hashtag_json))
else:
print('WARN: no hashtags returned for url ' + hashtag_url)