acecalisto3 commited on
Commit
e1a7efc
·
verified ·
1 Parent(s): 9024249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
- from shot_scraper import ShotScraper # Importing shot-scraper
 
 
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)