diff --git a/Mastodata_hashtag.py b/Mastodata_hashtag.py index 8bbb877..92f8d4a 100644 --- a/Mastodata_hashtag.py +++ b/Mastodata_hashtag.py @@ -73,7 +73,8 @@ instances = [] ### Params for the retrieval of older posts. utc=pytz.UTC -#Insert starting point for requesting older posts. +# Insert starting point for requesting older posts. +# Insert date like this 'YYYY-MM-DD' start_date = '2024-06-20' since = parser.parse(start_date) since = utc.localize(since)