Spaces:
Paused
Paused
adding httpx
Browse files
app.py
CHANGED
|
@@ -33,6 +33,7 @@ import json
|
|
| 33 |
import threading
|
| 34 |
import os
|
| 35 |
from collections import OrderedDict
|
|
|
|
| 36 |
|
| 37 |
API_TOKEN=os.getenv("API_TOKEN")
|
| 38 |
|
|
|
|
| 33 |
import threading
|
| 34 |
import os
|
| 35 |
from collections import OrderedDict
|
| 36 |
+
import httpx
|
| 37 |
|
| 38 |
API_TOKEN=os.getenv("API_TOKEN")
|
| 39 |
|