Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed May 12, 2024
1 parent f980470 commit 41db55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofscraper/api/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def trace_log_old(responseArray):
def time_log(username, after):
log.info(
f"""
Setting timeline scan range for {username} from {arrow.get(after).format(constants.getattr('API_DATE_FORMAT'))} to{arrow.get(read_args.retriveArgs().before or arrow.now()).format((constants.getattr('API_DATE_FORMAT')))}
Setting timeline scan range for {username} from {arrow.get(after).format(constants.getattr('API_DATE_FORMAT'))} to {arrow.get(read_args.retriveArgs().before or arrow.now()).format((constants.getattr('API_DATE_FORMAT')))}
[yellow]Hint: append ' --after 2000' to command to force scan of all timeline posts + download of new files only[/yellow]
[yellow]Hint: append ' --after 2000 --force-all' to command to force scan of all timeline posts + download/re-download of all files[/yellow]
Expand Down

0 comments on commit 41db55d

Please sign in to comment.