mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-09-09 14:12:26 +02:00
Change crawler and downloader output
This commit is contained in:
@@ -58,7 +58,7 @@ def download_modified_or_new(organizer: Organizer, info: IliasDownloadInfo) -> b
|
||||
if info.modification_date.timestamp() > resolved_mod_time_seconds:
|
||||
return True
|
||||
|
||||
PRETTY.filtered_path(info.path, "Local file had newer or equal modification time")
|
||||
PRETTY.ignored_file(info.path, "local file has newer or equal modification time")
|
||||
return False
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user