@@ -5,7 +5,10 @@ from readline import insert_text
import requests
import json
+import sys
+import os
from tenacity import retry, stop_after_attempt, wait_exponential, retry_if_exception_type
+sys.path.insert(0, os.path.abspath("/root/AutoScraperX"))
from core.utils.feishu_data_async import FeishuDataAsync