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"),