And this one

This commit is contained in:
Watchful1 2023-09-18 18:07:55 -07:00
parent ab2a94c241
commit e4f5982481

View file

@ -98,6 +98,7 @@ def end_of_day(input_minute):
def build_day(day_to_process, input_folders, output_folder, object_type, reddit):
pushshift_token = load_pushshift_token()
log.info(f"Using pushshift token: {pushshift_token}")
file_type = "comments" if object_type == ObjectType.COMMENT else "submissions"