mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-30 23:26:36 +08:00
Fix:bug fix (#12423)
### What problem does this PR solve? change: initialize webhook configuration in webhook function remove debug print statement from airtable_connector remove redundant uuid import in imap_connector ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -75,7 +75,6 @@ class AirtableConnector(LoadConnector, PollConnector):
|
||||
batch: list[Document] = []
|
||||
|
||||
for record in records:
|
||||
print(record)
|
||||
record_id = record.get("id")
|
||||
fields = record.get("fields", {})
|
||||
created_time = record.get("createdTime")
|
||||
|
||||
Reference in New Issue
Block a user