From 563029bab6b9860aa6d11603088558d177f18a5f Mon Sep 17 00:00:00 2001 From: hmo Date: Fri, 14 Aug 2026 00:20:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20kanban=5Fxmpp=5Fbridge=20KANBAN=5FDB?= =?UTF-8?q?=E6=94=B9=E7=A1=AC=E7=BC=96=E7=A0=81=E7=BB=9D=E5=AF=B9=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E2=80=94=E2=80=94expanduser('~')=E5=9C=A8cron?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=8B=E8=A7=A3=E6=9E=90=E5=88=B0profile?= =?UTF-8?q?=20HOME=E5=AF=BC=E8=87=B4=E8=BF=9E0=E5=AD=97=E8=8A=82=E7=A9=BA?= =?UTF-8?q?=E5=BA=93(no=20such=20table:=20tasks),=E6=94=B9/home/hmo/.herme?= =?UTF-8?q?s/kanban.db=E7=BB=9D=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/kanban_xmpp_bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/profile-scripts/kanban_xmpp_bridge.py b/deploy/profile-scripts/kanban_xmpp_bridge.py index 786a4d18..87334d42 100644 --- a/deploy/profile-scripts/kanban_xmpp_bridge.py +++ b/deploy/profile-scripts/kanban_xmpp_bridge.py @@ -10,7 +10,7 @@ """ import json, os, sqlite3, time, urllib.request -KANBAN_DB = os.path.expanduser("~/.hermes/kanban.db") +KANBAN_DB = "/home/hmo/.hermes/kanban.db" STATE = "/home/hmo/MoFin/gateway/logs/kanban_bridge_state.json" XMPP_SEND = "http://127.0.0.1:5805/" TARGET_JID = "xxm@yoin.fun"