From 41db55dadea38b2641cc3bfbed3f67bfda60af6f Mon Sep 17 00:00:00 2001 From: datawhores Date: Sun, 12 May 2024 04:16:10 -0500 Subject: [PATCH] space --- ofscraper/api/timeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofscraper/api/timeline.py b/ofscraper/api/timeline.py index 162504b75..2f8288145 100644 --- a/ofscraper/api/timeline.py +++ b/ofscraper/api/timeline.py @@ -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]