Spaces:
Runtime error
Runtime error
Update agents/datacollector.py
Browse files- agents/datacollector.py +1 -1
agents/datacollector.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import requests
|
| 2 |
-
from config
|
| 3 |
|
| 4 |
class DataCollectionAgent:
|
| 5 |
def __init__(self, config):
|
|
|
|
| 1 |
import requests
|
| 2 |
+
from config import Config
|
| 3 |
|
| 4 |
class DataCollectionAgent:
|
| 5 |
def __init__(self, config):
|