mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
45c7da2a8c
commit
21c3cb485c
|
@ -533,6 +533,7 @@ def html_profile_after_search(authorized: bool,
|
|||
i = 0
|
||||
for item in user_feed:
|
||||
if not isinstance(item, dict):
|
||||
print('DEBUG: invalid user feed item: ' + str(item))
|
||||
continue
|
||||
if item.get('type') and item.get('object'):
|
||||
if str(item['type']) == 'Announce' and \
|
||||
|
|
Loading…
Reference in New Issue