Spaces:
Build error
Build error
Commit ·
6c03001
1
Parent(s): ad486d9
Add reply function
Browse files- app/services/message.py +1 -1
app/services/message.py
CHANGED
|
@@ -3,7 +3,7 @@ import requests
|
|
| 3 |
from fastapi.exceptions import HTTPException
|
| 4 |
from dotenv import load_dotenv
|
| 5 |
from typing import Dict, Any
|
| 6 |
-
import datetime
|
| 7 |
import logging
|
| 8 |
load_dotenv()
|
| 9 |
|
|
|
|
| 3 |
from fastapi.exceptions import HTTPException
|
| 4 |
from dotenv import load_dotenv
|
| 5 |
from typing import Dict, Any
|
| 6 |
+
from datetime import datetime
|
| 7 |
import logging
|
| 8 |
load_dotenv()
|
| 9 |
|