This commit is contained in:
Oliver
2025-10-09 18:04:12 -03:00
parent 7faad3241a
commit 69c54bff7a
6 changed files with 21 additions and 19 deletions

View File

@@ -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)