1
0
mirror of https://github.com/sashacmc/photo-importer.git synced 2025-02-22 18:42:16 +02:00
This commit is contained in:
sashacmc 2024-07-08 23:30:02 +02:00
parent 2876d712ee
commit c9a72d5d09

View File

@ -123,7 +123,7 @@ class FileProp:
if ftime.year < 1990 or ftime.year > 2100:
continue
return time
return ftime
except ValueError:
pass
return None