Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,9 @@ import uuid
|
|
| 10 |
import logging
|
| 11 |
from typing import Optional, Dict, List, Any
|
| 12 |
from pathlib import Path
|
| 13 |
-
|
|
|
|
|
|
|
| 14 |
|
| 15 |
# Set up logging
|
| 16 |
logging.basicConfig(level=logging.INFO)
|
|
|
|
| 10 |
import logging
|
| 11 |
from typing import Optional, Dict, List, Any
|
| 12 |
from pathlib import Path
|
| 13 |
+
|
| 14 |
+
# Import shot-scraper
|
| 15 |
+
from shot_scraper import ShotScraper # Ensure that the shot-scraper package is installed
|
| 16 |
|
| 17 |
# Set up logging
|
| 18 |
logging.basicConfig(level=logging.INFO)
|