Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ichalkiad committed Jul 11, 2024
1 parent b09854a commit 55d7fae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pymstdncollect/user_scripts/hashtags_contexts_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
from collections import Counter
import numpy as np
from treelib import Tree
from datetime import datetime
import timezone
from datetime import datetime, timezone

def collect_timeline_hashtag_apidirect(hashtag=None, url=None, local=False, remote=False, only_media=False,
max_id=None, since_id=None, min_id=None,limit=40,
Expand Down

0 comments on commit 55d7fae

Please sign in to comment.