Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -10,7 +10,7 @@ from fastapi_cache import FastAPICache
|
|
| 10 |
from fastapi_cache.backends.inmemory import InMemoryBackend
|
| 11 |
from fastapi_cache.decorator import cache
|
| 12 |
import asyncio
|
| 13 |
-
|
| 14 |
# Load environment variables from .env file
|
| 15 |
#load_dotenv("keys.env")
|
| 16 |
|
|
|
|
| 10 |
from fastapi_cache.backends.inmemory import InMemoryBackend
|
| 11 |
from fastapi_cache.decorator import cache
|
| 12 |
import asyncio
|
| 13 |
+
import re
|
| 14 |
# Load environment variables from .env file
|
| 15 |
#load_dotenv("keys.env")
|
| 16 |
|