From cb798f7acc60fc0e97cce4af771d0299b866a08b Mon Sep 17 00:00:00 2001 From: jaehwang Date: Wed, 20 May 2026 18:36:29 +0900 Subject: [PATCH] =?UTF-8?q?instagram=20externalurl=20=EC=88=98=EC=A7=91=20?= =?UTF-8?q?=EB=B9=84=ED=99=9C=EC=84=B1=ED=99=94=20(LLM=EC=9D=B4=20?= =?UTF-8?q?=ED=98=BC=EB=8F=99=EC=9D=84=20=EC=9D=BC=EC=9C=BC=ED=82=B4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- app/integrations/apify.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e60be01..f636598 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,6 @@ Thumbs.db # Alembic alembic/versions/*.pyc -test_results/ \ No newline at end of file +test_results/ + +app/test* \ No newline at end of file diff --git a/app/integrations/apify.py b/app/integrations/apify.py index 117318e..b5c77dd 100644 --- a/app/integrations/apify.py +++ b/app/integrations/apify.py @@ -49,7 +49,7 @@ class ApifyClient: "posts": profile.get("postsCount", 0), "bio": profile.get("biography", ""), "isBusinessAccount": profile.get("isBusinessAccount", False), - "externalUrl": profile.get("externalUrl"), + #"externalUrl": profile.get("externalUrl"), LLM에 혼동을 주는 듯 하여 비활성화 "latestPosts": [ { "type": p.get("type"),