We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68843df commit 0d217c3Copy full SHA for 0d217c3
scrap_af_main.py
@@ -46,7 +46,7 @@ async def update_firm_telegram_url_by_date(date_str=None):
46
print(f"records{len(records)}")
47
for record in records:
48
await LS_detail(articles=record, firm_info=firm_info) # all_records 대신 records 사용
49
- r = await db.update_telegram_url(record['report_id'], record['TELEGRAM_URL'], record['ARTICLE_TITLE'])
+ r = await db.update_telegram_url(record['REPORT_ID'], record['TELEGRAM_URL'], record['ARTICLE_TITLE'])
50
print(r)
51
52
# update_records = LS_detail(articles=records, firm_info=firm_info) # all_records 대신 records 사용
0 commit comments