This commit is contained in:
Hossein 2025-09-23 12:23:56 +03:30
parent 2de6160d58
commit cfa1a2fadb

View File

@ -17,7 +17,7 @@ from datetime import datetime
def scrape_and_store(db: Session, req: ScrapeRequest) -> List[ScrapedPost]:
try:
raw_items, log_path = get_media(req.username, max(req.max_count, 12))
raw_items, log_path = get_media(req.username, max(req.max_count, 30))
except BoxAPIError as e:
print(f"❌ BoxAPI error: {e}")
return []