Typos fixed

This commit is contained in:
Profitroll 2023-01-13 14:56:06 +01:00
parent 073e26fef0
commit d800bbbda5
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ async def photo_upload(file: UploadFile, album: str, ignore_duplicates: bool = F
"filename": filename,
"dates": {
"uploaded": datetime.utcnow(),
"modifies": datetime.utcnow()
"modified": datetime.utcnow()
},
"location": [
coords["lng"],

View File

@ -60,7 +60,7 @@ async def video_upload(file: UploadFile, album: str, current_user: User = Securi
"filename": filename,
"dates": {
"uploaded": datetime.utcnow(),
"modifies": datetime.utcnow()
"modified": datetime.utcnow()
},
# "location": [
# coords["lng"],