Enable public uploads and chunking by default
This commit is contained in:
@@ -216,7 +216,7 @@ def read_exif_datetimes(file_bytes: bytes):
|
||||
try:
|
||||
return datetime.strptime(s, "%Y:%m:%d %H:%M:%S")
|
||||
except Exception:
|
||||
return None
|
||||
return None, None
|
||||
if isinstance(dt_original, str):
|
||||
created = parse_dt(dt_original)
|
||||
if isinstance(dt_modified, str):
|
||||
|
||||
Reference in New Issue
Block a user