()
| 40 | print(f"Error altering database to add screenshot column: {e}") |
| 41 | |
| 42 | def check_db_path(): |
| 43 | if not DB_PATH: |
| 44 | raise ValueError("Database path is not set or is empty.") |
| 45 | |
| 46 | def get_cached_url(url: str) -> Optional[Tuple[str, str, str, str, str, str, str, bool, str]]: |
| 47 | check_db_path() |
no outgoing calls
no test coverage detected
searching dependent graphs…