update
This commit is contained in:
parent
2de6160d58
commit
cfa1a2fadb
@ -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 []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user