fixing timestamp bug main.py
This commit is contained in:
parent
32a8c3f99f
commit
df66538110
2
main.py
2
main.py
|
|
@ -114,7 +114,7 @@ async def health_check():
|
||||||
"data": {
|
"data": {
|
||||||
"service": "upload_automation",
|
"service": "upload_automation",
|
||||||
"status_code": 200,
|
"status_code": 200,
|
||||||
"timestamp": datetime.now(datetime.timezone.utc).isoformat() + "Z",
|
"timestamp": datetime.utcnow().isoformat() + "Z",
|
||||||
},
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"version": apiVersion,
|
"version": apiVersion,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user