Removed restrictions

This commit is contained in:
Jonas Linter
2025-10-21 18:41:03 +02:00
parent 4e150818c5
commit 17020be715

View File

@@ -771,7 +771,7 @@ async def async_main():
try: try:
# Initialize with max_accounts=3 for conservative start # Initialize with max_accounts=3 for conservative start
# Set max_accounts=None to process all accessible accounts # Set max_accounts=None to process all accessible accounts
grabber = ScheduledInsightsGrabber(max_accounts=3) grabber = ScheduledInsightsGrabber(max_accounts=None)
# Run scheduled collection (every 2 hours) # Run scheduled collection (every 2 hours)
await grabber.run_scheduled( await grabber.run_scheduled(