From afc68af3a67b2f936429feb3a68c1f09e03ce930 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期五, 11 四月 2025 10:07:24 +0800
Subject: [PATCH] 智能体中心不显示自研智能体
---
app/task/sync_account_token.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/task/sync_account_token.py b/app/task/sync_account_token.py
index 55e0082..55b1893 100644
--- a/app/task/sync_account_token.py
+++ b/app/task/sync_account_token.py
@@ -38,7 +38,7 @@
async def sync_token_chat(token_id, url, data, is_crypt, ping_url, token):
db = SessionLocal()
# pdb = PostgresqlSessionLocal()
- current_time = datetime.now() - timedelta(hours=12)
+ current_time = datetime.now() - timedelta(hours=24)
try:
user_token = db.query(UserTokenModel).filter(UserTokenModel.id == token_id).first()
chat = ChatBaseApply()
--
Gitblit v1.8.0