flake8: E124 closing bracket does not match visual indentation

This commit is contained in:
sshakndr
2023-10-23 14:31:51 +07:00
parent 0eb8c85f6f
commit 226689611e

View File

@ -312,7 +312,7 @@ def getFilesInfo(req):
"pureContentLength" : stats.st_size,
"title" : f.get("title"),
"updated" : time.strftime("%Y-%m-%dT%X%z",time.gmtime(stats.st_mtime))
})
})
if fileId : # if file id is defined
if fileId == generateFileKey(f.get("title"), req) : # and it is equal to the file key value
resultID.append(result[-1]) # add file object to the response array