Log "Using latest stamps from ..." message
Instaloader always logs which files are loaded and considered in the current run (such as session files or resume files). This commit adds a log message "Using latest stamps from ..." when using --latest-stamps, to be consistent.
This commit is contained in:
parent
43c9d32b22
commit
631503d463
@ -93,6 +93,7 @@ def _main(instaloader: Instaloader, targetlist: List[str],
|
||||
latest_stamps = None
|
||||
if latest_stamps_file is not None:
|
||||
latest_stamps = LatestStamps(latest_stamps_file)
|
||||
instaloader.context.log(f"Using latest stamps from {latest_stamps_file}.")
|
||||
# Login, if desired
|
||||
if username is not None:
|
||||
if not re.match(r"^[A-Za-z0-9._]+$", username):
|
||||
|
Loading…
Reference in New Issue
Block a user