mumbai
This commit is contained in:
@@ -13,6 +13,7 @@ from datetime import datetime
|
||||
import json
|
||||
import re
|
||||
from collections import deque
|
||||
import time
|
||||
|
||||
|
||||
|
||||
@@ -382,6 +383,7 @@ async def get_odoo_log_summary(uuid: str):
|
||||
if __name__ == "__main__":
|
||||
print(VERSION)
|
||||
init_db()
|
||||
time.sleep(25)
|
||||
uvicorn.run(app, host="10.5.0.1", port=8888)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user