Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ichalkiad committed Nov 17, 2024
1 parent 77f51a5 commit 72bafd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def collect_timeline_hashtag_apidirect(hashtag=None, url=None, local=False, remo
filtered_toots, collected_tags, collected_users = \
collect_hashtag_interactions_apidirect(r, instance_name=instance_name)
if len(filtered_toots)==0 and len(collected_tags) == 0 and len(collected_users) == 0:
return []
continue
save2json_apidirect(filtered_toots, collected_tags, collected_users, [], [], [],
"{}".format(savedir))

Expand Down

0 comments on commit 72bafd8

Please sign in to comment.